Open uzarsalan opened 5 years ago
you can try disconnecting the client from the server
Well, this hardly is a solution. If the socket gets disconnected because whatever reason (perhaps network problems) it should fire an event which, as @uzarsalan describes, currently does not.
Hi! When my server drops connection with authentication error or i stop server, this client doesn't fire "disconnect" event. But it's fires, when i call socketIO.disconnect() function.