njones / socketio

A Modern SocketIO library for go
MIT License
60 stars 9 forks source link

Fix EIO protocol Handshake and HTTP Polling #14

Closed njones closed 2 years ago

njones commented 2 years ago

Fix the HandshakeV3 protocol by changing it to a pointer so that changes can be reflected when updated and so that the type matches when checking the packet data during the type conversion to the wire representation (bytes). Fix the polling transport so that it sends more than one packet in a payload when there are several packets in the queue.