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