golang-socketio icon indicating copy to clipboard operation
golang-socketio copied to clipboard

golang socket.io client and server

Results 4 golang-socketio issues
Sort by recently updated
recently updated
newest added

Hi. I'm looking into socketio libraries to choose one, so I haven't used this yet. Using `gosocketio.Dial` to create a client immediately connects, before I've had a chance to install...

Just a heads-up with an issue that happened with me. https://github.com/mtfelian/golang-socketio/blob/90487b63a1683c7eedda3a1d2f2916d58508c151/channel.go#L156-L158 isn't correct because sometimes you want to have a guarantee on the order of incoming messages. Instead, you want...