[Modify] Replace it
This commit is contained in:
parent
7cec07ef31
commit
2904c087a2
@ -289,13 +289,8 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
lock (_sync) {
|
lock (_sync) {
|
||||||
string msg;
|
if (!canSet ())
|
||||||
|
|
||||||
if (!canSet (out msg)) {
|
|
||||||
_log.Warn (msg);
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
|
|
||||||
_waitTime = value;
|
_waitTime = value;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user