This commit is contained in:
2023-08-25 09:40:11 +08:00
parent 29813082f8
commit 0e36834540
-2
View File
@@ -193,10 +193,8 @@ class Pool implements PoolInterface
if (!isset($this->_connections[$name])) { if (!isset($this->_connections[$name])) {
return; return;
} }
if (Context::inCoroutine()) {
$this->_connections[$name]->close(); $this->_connections[$name]->close();
} }
}
/** /**