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
Hi, I have a question: when polling returns Ready, why do we check that tick is not equal to both a and b? Wouldn't checking tick != b be enough? Since tick only changes inside react, a change from the old value should already mean an event occurred.