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

How to use go-engine.io or go-socket.io as the client?

Open hlbbt opened this issue 3 years ago • 3 comments

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

image

hlbbt avatar Dec 07 '22 10:12 hlbbt

Try to remove polling.Default from the Transport.

hwwwi avatar Jan 11 '23 06:01 hwwwi

@hlbbt Hey! is it actual question?

sshaplygin avatar Feb 27 '23 19:02 sshaplygin

@hlbbt嘿!这是实际问题吗?

yes, Problems encountered in our actual project

hlbbt avatar Jun 20 '23 08:06 hlbbt