[Modify] Polish it

This commit is contained in:
sta
2022-01-09 19:04:02 +09:00
parent 6ff583a74a
commit 95d96fa06c

View File

@@ -959,7 +959,9 @@ namespace WebSocketSharp.Server
} }
} }
if (_state != ServerState.ShuttingDown) if (_state == ServerState.ShuttingDown)
return;
abort (); abort ();
} }