This commit is contained in:
2023-08-16 15:51:56 +08:00
parent 9a680d56a7
commit 720c5498f1
+1 -1
View File
@@ -154,8 +154,8 @@ class Connection extends Component
if ((time() - $time) > $this->idle_time) {
return $this->getNormalClientHealth();
}
return $client;
if ($this->canUse($client)) {
return $client;
}
Waite::sleep(10);
return $this->getNormalClientHealth();