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

[timeout] error occured while calling socket connection

Open abinvs-2019 opened this issue 1 year ago • 7 comments

Timeout error occuring even without adding timeout to sokcet. socket = io('IPADDRESS:PORT/', OptionBuilder().setTransports(['websocket']).build());

abinvs-2019 avatar Mar 22 '23 06:03 abinvs-2019

+1, same issue

0xDarker avatar Mar 22 '23 08:03 0xDarker

which version are you using?

jumperchen avatar Mar 29 '23 06:03 jumperchen

which version are you using?

socket_io_client: ^2.0.0

abinvs-2019 avatar Mar 29 '23 15:03 abinvs-2019

+1

geekswamp avatar Jul 03 '23 09:07 geekswamp

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

mlb5000 avatar Nov 11 '23 13:11 mlb5000

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

kumbhdesign avatar Jan 11 '24 09:01 kumbhdesign

+1

OHeroJ avatar Jan 20 '24 13:01 OHeroJ