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

not connecting to server

Open dmrcierhn opened this issue 2 years ago • 1 comments

Hi guys, I have a problem with server connection. When I run my code in local via node.js, it works as it should, but when I transfer it to the server, I can't connect and I get an error like "WebSocketException: Connection to 'https://mysite.com:0/socket.io/?EIO=4&transport=websocket#' was not upgraded to websocket". I can connect to the server via node.js so I don't think the problem is on the server. How can I solve this? Thanks!

dmrcierhn avatar Dec 12 '22 13:12 dmrcierhn

Check this out https://github.com/rikulo/socket.io-client-dart/issues/319

markosole avatar Feb 14 '23 21:02 markosole