[Modify] Polish it

This commit is contained in:
sta 2021-10-01 19:15:56 +09:00
parent 464db404c7
commit 510defe622

View File

@ -303,11 +303,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;
}