From 86e3ac485cc0ad726a12c521fcc824ad699238b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 13 Feb 2023 14:35:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kiri-engine/Pool/Connection.php | 1 + 1 file changed, 1 insertion(+) diff --git a/kiri-engine/Pool/Connection.php b/kiri-engine/Pool/Connection.php index dd3680fb..1de2dfd7 100644 --- a/kiri-engine/Pool/Connection.php +++ b/kiri-engine/Pool/Connection.php @@ -100,6 +100,7 @@ class Connection extends Component if (!$this->pool->hasChannel($name)) { $this->pool->initConnections($name, $config['pool']['max']); } + var_dump(Context::getAllContext()); if (!Context::hasContext($name)) { return Context::setContext($name, $this->pool->get($name, $this->generate($config))); } else {