[Modify] Polish it
This commit is contained in:
parent
7d234b5ab8
commit
558dee9338
@ -504,6 +504,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