[Modify] Polish it
This commit is contained in:
parent
25d3f09350
commit
0fd9748c16
@ -741,11 +741,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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user