Open SammygoodTunes opened 2 months ago
Occasionally when a server host closes the server, the connected clients don't get disconnected. This is because of a socket recv that awaits for a packet but never receives anything, causing the client to remain connected.
Occasionally when a server host closes the server, the connected clients don't get disconnected. This is because of a socket recv that awaits for a packet but never receives anything, causing the client to remain connected.