[Modify] Polish it

This commit is contained in:
sta 2021-11-29 22:11:05 +09:00
parent d0c0ab5c13
commit 9d0e93b3d4

View File

@ -336,6 +336,7 @@ namespace WebSocketSharp.Server
foreach (var session in Sessions) {
if (_state != ServerState.Start) {
_log.Error ("The service is shutting down.");
break;
}