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
Expected behavior
Server gets the message "Hello!" and the binary message 1,2,3
Platform:
Browser
Additional context
Old client protocol
Polling transport
Multiple messages in one packet, at least one of which is binary
Server version 4.2.0 works ok
The text was updated successfully, but these errors were encountered:
The v3 parser (used for compatibility with older clients) was broken
during the migration to TypeScript ([1]).
This was not caught in the test suite because the Node.js client does
not support binary packet in polling mode (packets are base64-encoded).
[1]: c0d6eaa
Related: socketio/socket.io#4158
Describe the bug
Old clients get disconnected with "parse error" as the reason
To Reproduce
Socket.IO server version:
4.3.1
Server
Socket.IO client version:
2.3.1
Client
Expected behavior
Server gets the message "Hello!" and the binary message 1,2,3
Platform:
Browser
Additional context
Old client protocol
Polling transport
Multiple messages in one packet, at least one of which is binary
Server version 4.2.0 works ok
The text was updated successfully, but these errors were encountered: