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