Cubee

Results 1 issues of Cubee

In old version of go-socket.io, I use this code to auth my clients: ``` Server.On("auth", func(client sio.Socket, token string) { if token != "xxxx"{ // token auth return } client.Join("/")...

new-feature