You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// make all Socket instances disconnectio.disconnectSockets();// make all Socket instances of the "admin" namespace in the "room1" room disconnectio.of("/admin").in("room1").disconnectSockets();// this also works with a single socket IDio.of("/admin").in(theSocketId).disconnectSockets();
Is there a way to Trigger a Remote Disconnect on the Servers?
The text was updated successfully, but these errors were encountered: