qqq
This commit is contained in:
+1
-1
@@ -154,8 +154,8 @@ class Connection extends Component
|
|||||||
if ((time() - $time) > $this->idle_time) {
|
if ((time() - $time) > $this->idle_time) {
|
||||||
return $this->getNormalClientHealth();
|
return $this->getNormalClientHealth();
|
||||||
}
|
}
|
||||||
|
return $client;
|
||||||
if ($this->canUse($client)) {
|
if ($this->canUse($client)) {
|
||||||
return $client;
|
|
||||||
}
|
}
|
||||||
Waite::sleep(10);
|
Waite::sleep(10);
|
||||||
return $this->getNormalClientHealth();
|
return $this->getNormalClientHealth();
|
||||||
|
|||||||
Reference in New Issue
Block a user