go-socket.io icon indicating copy to clipboard operation
go-socket.io copied to clipboard

socket.io library for golang, a realtime application framework.

Results 144 go-socket.io issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Some socket.io servers require additional header exists in incoming connection, typically for authorization. Socket.io JavaScript client has [extraHeaders](https://socket.io/docs/v3/client-initialization/#extraheaders) option for...

**Describe the bug** I'm using the example Client to connect to this service https://cloudconvert.com/api/v2/socket **To Reproduce** ``` client, err := socketio.NewClient("https://socketio.cloudconvert.com", nil) if err != nil { return err }...

bug

**Describe the bug** server error when client connect meet error: read tcp 127.0.0.1:8001->127.0.0.1:55169: i/o timeout **Environment (please complete the following information):** - Go version: [e.g. v1.22.2] - Server version [e.g....

bug

**Describe the bug** Regardless of the transports defined in opts.Transports, the Client will always dial the server using polling.Default. This causes problems if the server does not accept connections via...

bug