This commit is contained in:
2023-08-29 21:35:57 +08:00
parent 2feff52291
commit 99ff8b1ed5
+1 -1
View File
@@ -206,7 +206,7 @@ class Connection extends Component
}
[$client, $time] = $data;
if ((time() - $time) < $this->idle_time) {
if ((time() - $time) < $this->idle_time && $this->canUse($client)) {
return $client;
}