[Modify] Polish it
This commit is contained in:
parent
c46c8b8380
commit
3b3a3510a0
@ -798,6 +798,7 @@ namespace WebSocketSharp.Server
|
||||
{
|
||||
if (_websocket == null) {
|
||||
var msg = "The session has not started yet.";
|
||||
|
||||
throw new InvalidOperationException (msg);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user