This commit is contained in:
2023-08-25 09:40:11 +08:00
parent 29813082f8
commit 0e36834540
+1 -3
View File
@@ -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();
}