njones / socketio

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

Accept Binary Event and ACK SIO packets #18

Closed njones closed 2 years ago

njones commented 2 years ago

Process Binary Event and Binary ACK packets so that they provide an o.Reader as expected by the callback function.