socketIO-client icon indicating copy to clipboard operation
socketIO-client copied to clipboard

Change something in _read_packets

Open edelangh opened this issue 7 years ago • 1 comments

I've some trouble to connect to socket.io server 2.1.1 I've made this change, and now everything works well.

edelangh avatar Oct 21 '18 14:10 edelangh

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 :.

WhiteExponent avatar Jan 03 '20 15:01 WhiteExponent