[Modify] Replace it

This commit is contained in:
sta 2021-11-09 19:38:08 +09:00
parent 7cec07ef31
commit 2904c087a2

View File

@ -289,13 +289,8 @@ namespace WebSocketSharp.Server
}
lock (_sync) {
string msg;
if (!canSet (out msg)) {
_log.Warn (msg);
if (!canSet ())
return;
}
_waitTime = value;
}