[Modify] Replace it

This commit is contained in:
sta 2021-12-15 19:48:47 +09:00
parent 55aaa620e5
commit 1de175fb5c

View File

@ -263,13 +263,8 @@ namespace WebSocketSharp.Server
}
lock (_sync) {
string msg;
if (!canSet (out msg)) {
_log.Warn (msg);
if (!canSet ())
return;
}
foreach (var host in _hosts.Values)
host.WaitTime = value;