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