diff --git a/System/Pool/ClientsPool.php b/System/Pool/ClientsPool.php index c787a244..1aad7004 100644 --- a/System/Pool/ClientsPool.php +++ b/System/Pool/ClientsPool.php @@ -92,6 +92,7 @@ class ClientsPool extends Component } $num[$key] += $channel->length(); + var_dump($key); if (str_starts_with('Mysql', $key)) { $this->debug('Worker #' . env('worker') . ' use client -> ' . $key . ':' . $total); }