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

ping timeout error

Open guccisekspir opened this issue 4 years ago • 5 comments

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?

guccisekspir avatar Mar 27 '21 14:03 guccisekspir

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

arbaker2 avatar Mar 27 '21 20:03 arbaker2

latest version both. flutter lib is nullsafety pre-release

guccisekspir avatar Mar 28 '21 17:03 guccisekspir

I am also getting same error Using Socket.io (Server) - 3.1.0 socket_client (Flutter) - ^2.0.0-beta.3

softuvo avatar Apr 12 '21 10:04 softuvo

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

xOldeVx avatar Apr 22 '21 20:04 xOldeVx

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

qcuong97 avatar May 05 '21 09:05 qcuong97