njones / socketio

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

Update sessions and interval polling in transport #34

Closed njones closed 2 years ago

njones commented 2 years ago

Move interval and timeouts out of the HTTP polling transport and into sessions Allow errors to flow from the transport to the SIO server Fix option flows for the EIO server and EIO transports Update unit tests (removing websocket until later)

TODO(njones): Move the error flow from the transport to a side channel (and not tunnelled through the protocol Data packets)