Open edelangh opened 6 years ago
I've some trouble to connect to socket.io server 2.1.1 I've made this change, and now everything works well.
Yeah, for some reason the old code checks for a 0xFF byte, when the protocol specification says that the packet length is followed by a :.
0xFF
:
I've some trouble to connect to socket.io server 2.1.1 I've made this change, and now everything works well.