[Modify] Polish it
This commit is contained in:
@@ -959,8 +959,10 @@ namespace WebSocketSharp.Server
|
||||
}
|
||||
}
|
||||
|
||||
if (_state != ServerState.ShuttingDown)
|
||||
abort ();
|
||||
if (_state == ServerState.ShuttingDown)
|
||||
return;
|
||||
|
||||
abort ();
|
||||
}
|
||||
|
||||
private void start ()
|
||||
|
Reference in New Issue
Block a user