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);