Jumper Chen
Jumper Chen
Most of the time, this issue is not caused by this library itself. Instead, it may be caused by a server configuration issue either on Nginx or Apache, or by...
FYI Here is the solution: https://github.com/rikulo/socket.io-client-dart/issues/319
Have you checked this? - https://github.com/rikulo/socket.io-client-dart/blob/master/example/README.md
for example?
which version are you using?
Were you using the version correctly? https://github.com/rikulo/socket.io-client-dart#version-info
FYI: - https://socket.io/docs/v3/reverse-proxy/ - https://socket.io/docs/v4/reverse-proxy/
@Jimesh843 `transport=polling` only supports under web environment.
Have you tried with `https://...` instead of `wss://...`
Do you use Nginx? If so, please add upgrade header setting to it.