socket.io-client-dart
socket.io-client-dart copied to clipboard
not connecting to server
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!
Check this out https://github.com/rikulo/socket.io-client-dart/issues/319