-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Unhandled Runtime Error Error: unknown packet type NaN #3927
Comments
Hello! Could you provide the code you are using? |
@CallMeGhosty duplicate 3922 I can not provide it to you, bcz 4.0.2 it works! |
darrachequesne
added a commit
that referenced
this issue
May 17, 2021
Using `socket.io@4.1.0` with `socket.io-adapter@2.2.0` would lead to the following error: > Uncaught Error: unknown packet type NaN Because the packet would be encoded twice, resulting in "undefined". See also: - socketio/socket.io-adapter@5579d40 - dc381b7 Related: - #3922 - #3927
This should be fixed in |
@darrachequesne Work! thank you. |
dzad
pushed a commit
to dzad/socket.io
that referenced
this issue
May 29, 2023
Using `socket.io@4.1.0` with `socket.io-adapter@2.2.0` would lead to the following error: > Uncaught Error: unknown packet type NaN Because the packet would be encoded twice, resulting in "undefined". See also: - socketio/socket.io-adapter@5579d40 - socketio@aafc3d8 Related: - socketio#3922 - socketio#3927
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
How to fix this
Socket.IO server version:
4.1.0
Socket.IO client version:
4.1.0
Client
The text was updated successfully, but these errors were encountered: