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