njones / socketio

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

Add underlining buffering to SIO transports #11

Closed njones closed 2 years ago

njones commented 2 years ago

Now we can buffer EIO packets before we send them.

This allows for collecting packets before sending a connect packet.