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
Fix extra byte in websocket binary frame on EIO v3
In v3 of the engine.io protocol, the packet type byte is prepended to
the binary data that is sent out on a websocket binary frame. This byte
needs to be stripped off the data before it's sent to the handler.
Closes#277.
0 commit comments