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
Run onConnect handler in the background
Before if the onConnect handler ran longer than the ping wait duration then the
server would disconnect the client. Now we run the onConnect handler in the
background to ensure that pings start sending right away.