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
setInterval is known to create a backlog of tasks if the run loop gets busy. Why not to use setInterval highlights the issue. Consider using a recursive setTimeout instead.
The text was updated successfully, but these errors were encountered:
setInterval
is known to create a backlog of tasks if the run loop gets busy. Why not to use setInterval highlights the issue. Consider using a recursivesetTimeout
instead.The text was updated successfully, but these errors were encountered: