[Modify] Polish it

This commit is contained in:
sta 2021-11-29 22:08:05 +09:00
parent 5aba0a4cc2
commit d0c0ab5c13

View File

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