From 0e36834540b5dc642c1be2f8ac84eeecb97a816a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 25 Aug 2023 09:40:11 +0800 Subject: [PATCH] qqq --- Pool.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Pool.php b/Pool.php index fb1a7c5..d77e11a 100644 --- a/Pool.php +++ b/Pool.php @@ -193,9 +193,7 @@ class Pool implements PoolInterface if (!isset($this->_connections[$name])) { return; } - if (Context::inCoroutine()) { - $this->_connections[$name]->close(); - } + $this->_connections[$name]->close(); }