[Modify] Add it
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user