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(client): prevent premature reconnection due to async timeout flag
Fixes a race condition where an immediate check of the asynchronous
serverChecker flag could trigger an unnecessary reconnection loop
right after a new transport path is established.
0 commit comments