qqq
This commit is contained in:
@@ -160,6 +160,7 @@ class Connection extends Component
|
|||||||
}
|
}
|
||||||
|
|
||||||
[$client, $time] = $data;
|
[$client, $time] = $data;
|
||||||
|
$this->logger->error(((time() - $time) . ' ' . $this->idle_time), [$this->cds]);
|
||||||
if ((time() - $time) < $this->idle_time && $this->canUse($client)) {
|
if ((time() - $time) < $this->idle_time && $this->canUse($client)) {
|
||||||
return $client;
|
return $client;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user