I found we use spanjson the mono vm will print the warning at below line:
|
if (size > THIS_IS_AN_OK_NUMBER_OF_HANDLES) |
the log such as:
[2022.12.07-22.45.51:058][386]MonoVM: Warning: reflection_create_dynamic_method USED 278 handles
[2022.12.07-22.45.51:058][386]MonoVM: Warning: reflection_create_dynamic_method USED 235 handles
maybe it is wrong to use?
@vargaz @lambdageek can you help me?