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