[Modify] Replace it
This commit is contained in:
parent
6760f3237e
commit
55aaa620e5
@ -201,13 +201,8 @@ namespace WebSocketSharp.Server
|
||||
|
||||
set {
|
||||
lock (_sync) {
|
||||
string msg;
|
||||
|
||||
if (!canSet (out msg)) {
|
||||
_log.Warn (msg);
|
||||
|
||||
if (!canSet ())
|
||||
return;
|
||||
}
|
||||
|
||||
foreach (var host in _hosts.Values)
|
||||
host.KeepClean = value;
|
||||
|
Loading…
Reference in New Issue
Block a user