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
There is a bug somewhere in the timer management that is causing a leak. Essentially I'm getting tons and tons of looping timers or alert timers building up.
The solution may be to add some logic to LoopingTimer to handle calls to loop differently if the timer is already running.
The text was updated successfully, but these errors were encountered:
There is a bug somewhere in the timer management that is causing a leak. Essentially I'm getting tons and tons of looping timers or alert timers building up.
The solution may be to add some logic to LoopingTimer to handle calls to
loop
differently if the timer is already running.The text was updated successfully, but these errors were encountered: