[Modify] Polish it

This commit is contained in:
sta 2021-06-14 20:40:58 +09:00
parent 078ca38763
commit 406087acea

View File

@ -819,11 +819,13 @@ namespace WebSocketSharp.Server
if (_state == ServerState.Start) {
message = "The server has already started.";
return false;
}
if (_state == ServerState.ShuttingDown) {
message = "The server is shutting down.";
return false;
}