rikulo / socket.io-client-dart

socket.io-client-dart: Dartlang port of socket.io-client https://github.com/socketio/socket.io-client
https://quire.io
MIT License
675 stars 185 forks source link

Mobile data problem #355

Closed kemalyilmaz77 closed 11 months ago

kemalyilmaz77 commented 11 months ago

Hello, I am using Socket.io client, the server is nodejs, everything is fine with wifi, but when I turn off wifi and switch to mobile data, it gives [CONNECT ERROR, SocketException: Connection failed (OS Error: Network is unreachable, errno = 101), address = error, it does not connect to the server. When I switch to wifi again, it connects without any problems. Ekran Resmi 2023-12-05 23 44 12

kemalyilmaz77 commented 11 months ago

I solved the problem, keep in mind, mobile data is not working on port 80, I switched it to 443, the problem is solved.