From f27aa22de15f422cd2961bae95a902ad8cb13b99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 4 Sep 2020 19:12:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Pool/Connection.php | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Pool/Connection.php b/System/Pool/Connection.php index ecdea768..8ea4fe1a 100644 --- a/System/Pool/Connection.php +++ b/System/Pool/Connection.php @@ -193,6 +193,7 @@ class Connection extends Pool } unset($client); + $this->info('client has create :' . ($this->hasCreate[$coroutineName] ?? 0)); if (($this->hasCreate[$coroutineName] ?? 0) >= $this->max) { [$time, $client] = $this->get($coroutineName, -1);