socket.io-client-dart
socket.io-client-dart copied to clipboard
[timeout] error occured while calling socket connection
Timeout error occuring even without adding timeout to sokcet. socket = io('IPADDRESS:PORT/', OptionBuilder().setTransports(['websocket']).build());
+1, same issue
which version are you using?
which version are you using?
socket_io_client: ^2.0.0
+1
I am getting this with the following Socket.io versions
NodeJS: "socket.io": "^4.7.2"
Flutter: tried both ^2.0.3+1
and 2.0.0-beta.4-nullsafety.0
Did any one find the solution for this issue I am also facing the same in the android Version of my Application in rest all the platform the package is working perfectly fine but in android it only shows timeout
+1