1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-06 02:23:59 +00:00

Added note about anonymous functions and GC()

This commit is contained in:
Bryan Roe
2022-08-29 11:17:37 -07:00
parent e2dc94ed46
commit 68fd23f936

View File

@@ -67,4 +67,5 @@
**Known Issues**
- Quickly/Repeatedly opening tunnels can accumulate descriptors faster than they are released
- Quickly/Repeatedly calling 'setclip' on Windows could cause the service to crash/restart if repeated quickly enough
- Garbage Collection (Finalization) of some objects can be delayed when there is a circular loop in the referencing. These objects only get finalized with a mark-and-sweep. The biggest culprit is anonymous functions, where the runtime automatically will reference locally scoped objects by the anonymous function object