njones / socketio

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

Major updates to all of the SIO servers #21

Closed njones closed 2 years ago

njones commented 2 years ago

Adds (http-polling) tests for v1,v2,v3 and v4 SIO servers. Fixes a lot of little things in the servers, so that all tests pass. Refactor .socket.go and .runback.go files to eliminate duplicate code.

Fixes #5