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 {