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

if we are connected to wifi and there is no internet

Open jk-hub opened this issue 5 years ago • 1 comments

if we are connected to wifi and there is no internet, socket takes a while to get disconnected, then if we send some message when there is no internet and socket is not disconnected yet then those msg are not received on server

jk-hub avatar May 06 '20 07:05 jk-hub

i think u should disable auto-connect from the socket and use connectivity with data_connection_checker plugin to achieve that

hatemragab avatar Jan 09 '21 13:01 hatemragab