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
672 stars 182 forks source link

ping timeout error #171

Open guccisekspir opened 3 years ago

guccisekspir commented 3 years ago

I use same socket.io in react native I dont get any ping timeout error. But in flutter and this library always take pingtimeout error so this is not about my server side. What is the actually problem in this error , how can we solve this?

arbaker2 commented 3 years ago

What version of socket.io are you running on the server and client side?

guccisekspir commented 3 years ago

latest version both. flutter lib is nullsafety pre-release

xOldeVx commented 3 years ago

I was the same issue, fixed by update Socket.io (Server) to "socket.io": "^4.0.1", and in Flutter to 2.0.0-beta.3-nullsafety.0 Very wired that can't use in the released versions, and only the beta is working

qcuong97 commented 3 years ago

I was the same issue, fixed by update Socket.io (Server) to "socket.io": "^4.0.1", and in Flutter to 2.0.0-beta.3-nullsafety.0 Very wired that can't use in the released versions, and only the beta is working

It's not worked for me