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
I noticed when debugging php.gt/fetch that there were a lot of values within the timerList property of the loop object. It seems that each time a periodic timer is set, the old timers are still kept.
Does a garbage collection need to occur every time there's a timer triggered, to remove old triggers that have already been triggered?
The text was updated successfully, but these errors were encountered:
I noticed when debugging php.gt/fetch that there were a lot of values within the
timerList
property of theloop
object. It seems that each time a periodic timer is set, the old timers are still kept.Does a garbage collection need to occur every time there's a timer triggered, to remove old triggers that have already been triggered?
The text was updated successfully, but these errors were encountered: