[Modify] Polish it

This commit is contained in:
sta 2021-10-27 19:36:23 +09:00
parent 4af39b591d
commit 5fda79812e

View File

@ -1114,6 +1114,7 @@ namespace WebSocketSharp.Server
{
if (_websocket == null) {
var msg = "The current state of the connection is not Open.";
throw new InvalidOperationException (msg);
}