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
Fix timer reset() while it is being waited on (#241)
If the timer was reset while it was being waited on, the next tick time
was not recalculated and the timer would wait for the original time
instead of the new one.
This means a timeout could fire even if there was actually no timeout
(because the timer was reset).
0 commit comments