You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//NOTE: It is important to note that we need to use the ctor for a timer without the 'state' object specified, this is in order
41
+
// to ensure that the timer itself is not GC'd since internally .net will pass itself in as the state object and that will keep it alive.
42
+
// There's references to this here: http://stackoverflow.com/questions/4962172/why-does-a-system-timers-timer-survive-gc-but-not-system-threading-timer
43
+
// we also make these timers static to ensure further GC safety.
0 commit comments