[Modify] Polish it

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

View File

@@ -959,8 +959,10 @@ namespace WebSocketSharp.Server
} }
} }
if (_state != ServerState.ShuttingDown) if (_state == ServerState.ShuttingDown)
abort (); return;
abort ();
} }
private void start () private void start ()