Fixed bug with the demo server not handling client disconnects correctly.
This commit is contained in:
@@ -173,7 +173,7 @@ namespace TestServer
|
||||
|
||||
private void server_Disconnected()
|
||||
{
|
||||
this.running = false;
|
||||
this.running = true;
|
||||
this.initializing = true;
|
||||
this.connected = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user