From 373a1b0feda8b479927445e0db2c5676a0384404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 16 Aug 2023 15:55:50 +0800 Subject: [PATCH] qqq --- Connection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Connection.php b/Connection.php index 9ed25e8..58aadb9 100644 --- a/Connection.php +++ b/Connection.php @@ -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();