[Modify] Polish it
This commit is contained in:
parent
f21d1f27aa
commit
09050aff22
@ -659,6 +659,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