-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
socket id's not synced #172
Comments
Having the same issue. please fix. i'm using socket.io v3.1.1 on server. |
jumperchen
added a commit
that referenced
this issue
Apr 28, 2021
Fixed in |
jumperchen
added a commit
that referenced
this issue
Apr 28, 2021
socket id's are now matching for me. Thanks for the fix. Also, I am using socket.io v3 on the server side. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using 2.0.0-beta.3-nullsafety.0 I am seeing different values for socket.id on the client and the server when I initiate a connection. However when I revert back to V0.9.12 I the values appear the same as they should be. Am I the only one experiencing this issue? For reference I am using socket.io V4.0.0 on the server side.
The text was updated successfully, but these errors were encountered: