[Modify] Polish it
This commit is contained in:
parent
c3b090e60b
commit
bff70be481
@ -900,6 +900,7 @@ namespace WebSocketSharp.Server
|
||||
{
|
||||
if (_websocket == null) {
|
||||
var msg = "The current state of the connection is not Open.";
|
||||
|
||||
throw new InvalidOperationException (msg);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user