Open pranav-solutelabs opened 3 years ago
FYI: the version info. - https://github.com/rikulo/socket.io-client-dart#version-info
I have the same issue. Once disconnected I cannot reconnect anymore
I have the same issue. Once disconnected I cannot reconnect anymore
Same here. Works as expected only on emulator (tested on android emulator).
On a physical device, SocketException
is thrown rightaway after disconnecting the internet. Then can only create a new socket connection, and cannot reconnect to last socket connection.
I am using Socket version 3 on server end and here I tried to use latest stable verion 1.0.1 also beta3.nullsafety.0 and 1.0.1 doesnt work and beta3 yields connection timeout error upon trying to reconnect . Kindly help
Here is my socket client class: