From 7f885aca0962d50d7cee223f1ff164e4007b1493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 24 Aug 2023 13:59:44 +0800 Subject: [PATCH] qqq --- Connection.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Connection.php b/Connection.php index 7e4362e..fecfa17 100644 --- a/Connection.php +++ b/Connection.php @@ -160,6 +160,7 @@ class Connection extends Component } [$client, $time] = $data; + $this->logger->error(((time() - $time) . ' ' . $this->idle_time), [$this->cds]); if ((time() - $time) < $this->idle_time && $this->canUse($client)) { return $client; }