[Modify] Polish it

This commit is contained in:
sta 2021-11-03 19:33:33 +09:00
parent 98c41afd3b
commit 7defb573ef

View File

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