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
We just upgraded to socket.io@4. For some reason, disconnect and init_ack behavior is not as before. It sometimes connects multiple times in rapid succession, and then sends data before init_ack was received.
It's probably a race condition where the second client instant receives the first instance's init_ack somehow.
Investigate why
Fix it.
The text was updated successfully, but these errors were encountered:
We just upgraded to
socket.io@4
. For some reason,disconnect
andinit_ack
behavior is not as before. It sometimes connects multiple times in rapid succession, and then sends data beforeinit_ack
was received.It's probably a race condition where the second client instant receives the first instance's
init_ack
somehow.The text was updated successfully, but these errors were encountered: