njones / socketio

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

Fix the namespace auto-connect in SocketIO v2 & v3 #63

Closed njones closed 1 year ago

njones commented 1 year ago

Removed the polling only auto-connect for namespaces (this is why it wasn't working for the websocket transport). Also fixed a small issue with version3 Payload encoding, where the packet length was not being reported for NOOP packets.

[fixes #60] [fixes #61]