go-socket.io
go-socket.io copied to clipboard
How to use go-engine.io or go-socket.io as the client?
I checked the previous issue and found that go-engine.io was used as the client, but an error was reported
the error is unsupported protocol scheme "wss"
The version of socket. io used by the server is 1.7.4, and the nodejs socket client can be used to connect normally, but it cannot be connected using golang

Try to remove polling.Default from the Transport.
@hlbbt Hey! is it actual question?
@hlbbt嘿!这是实际问题吗?
yes, Problems encountered in our actual project