Fixed server shutdown.

This commit is contained in:
antiduh
2014-06-26 21:55:51 +00:00
parent 3136c0d3b2
commit ef8094d9da

View File

@@ -63,6 +63,8 @@ namespace TestProtocol
return;
}
this.running = false;
this.serverSocket.Close();
if( this.readSocket != null )