[Modify] Polish it
This commit is contained in:
parent
682abf9335
commit
bd065e5201
@ -253,10 +253,8 @@ namespace WebSocketSharp.Server
|
||||
|
||||
internal set {
|
||||
lock (_sync) {
|
||||
if (value == _waitTime)
|
||||
return;
|
||||
|
||||
_waitTime = value;
|
||||
|
||||
foreach (var host in _hosts.Values)
|
||||
host.WaitTime = value;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user