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