socket.io-client-dart
socket.io-client-dart copied to clipboard
if we are connected to wifi and there is no internet
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
i think u should disable auto-connect from the socket and use connectivity with data_connection_checker plugin to achieve that