[Modify] Add it
This commit is contained in:
parent
bcfae8122f
commit
32889bd503
@ -397,6 +397,11 @@ namespace WebSocketSharp.Server
|
||||
return ret;
|
||||
}
|
||||
|
||||
private bool canSet ()
|
||||
{
|
||||
return _state == ServerState.Ready || _state == ServerState.Stop;
|
||||
}
|
||||
|
||||
private bool canSet (out string message)
|
||||
{
|
||||
message = null;
|
||||
|
Loading…
Reference in New Issue
Block a user