This commit is contained in:
2023-08-24 13:59:44 +08:00
parent 8a25e4b7be
commit 7f885aca09
+1
View File
@@ -160,6 +160,7 @@ class Connection extends Component
}
[$client, $time] = $data;
$this->logger->error(((time() - $time) . ' ' . $this->idle_time), [$this->cds]);
if ((time() - $time) < $this->idle_time && $this->canUse($client)) {
return $client;
}