[Modify] Polish it
This commit is contained in:
@@ -959,8 +959,10 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_state != ServerState.ShuttingDown)
|
if (_state == ServerState.ShuttingDown)
|
||||||
abort ();
|
return;
|
||||||
|
|
||||||
|
abort ();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void start ()
|
private void start ()
|
||||||
|
|||||||
Reference in New Issue
Block a user