socket.io-client-dart icon indicating copy to clipboard operation
socket.io-client-dart copied to clipboard

can't connect to my socket server - connection refused

Open Basim2Shaban opened this issue 2 years ago • 2 comments

i can not connect my socket server using this plugin , i am getting this error , connection refused , timeout e11 e1

Basim2Shaban avatar Jan 10 '23 03:01 Basim2Shaban

it's working fine from browser as you see in the first pic

Basim2Shaban avatar Jan 10 '23 03:01 Basim2Shaban

You have to match version of plugin and Socket server. That is main reason why it does not work. Check plugin documentation and install version that matches your Node socket.io npm package version.

What I can see, your server isn't socket.io, I may be wrong. Try with npm socket.io server package.

markosole avatar Feb 13 '23 23:02 markosole