改名
This commit is contained in:
@@ -122,6 +122,9 @@ class Pool extends Component
|
||||
{
|
||||
$channel = $this->getChannel($name);
|
||||
if (!$channel->isEmpty()) {
|
||||
Coroutine::defer(function () {
|
||||
echo '111';
|
||||
});
|
||||
$connection = $this->maxIdleQuantity($channel);
|
||||
if ($this->checkCanUse($name, $connection)) {
|
||||
return $connection;
|
||||
|
||||
Reference in New Issue
Block a user