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

WebSocketException: Connection to https://URL/socket.io/?EIO=3&transport=websocket# was not upgraded to websocket

Open Anandhakrishnan-CodeBlock opened this issue 2 years ago • 4 comments

WebSocketException: Connection to 'https://URL/socket.io/?EIO=3&transport=websocket#' was not upgraded to websocket

I am aslo facing the same issue, any update?

saitejavankayala avatar Oct 13 '23 10:10 saitejavankayala

I have the same issue

Aram-Mikayelyan avatar Oct 13 '23 10:10 Aram-Mikayelyan

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 a socket version difference between the server and the client.

jumperchen avatar Oct 14 '23 11:10 jumperchen

FYI Here is the solution: https://github.com/rikulo/socket.io-client-dart/issues/319

jumperchen avatar Oct 14 '23 11:10 jumperchen