modify plugin name

This commit is contained in:
2022-07-11 17:28:41 +08:00
parent 150cdbbbfa
commit a03d076299
+1 -1
View File
@@ -89,7 +89,7 @@ class Pool extends Component
$lists = [];
$count = $channel->length();
while ($this->status->is(StatusEnum::EXIT) === false) {
if (!(($pdo = $channel->pop()) instanceof PDO)) {
if (!(($pdo = $channel->pop(0)) instanceof PDO)) {
break;
}
if ($pdo->check()) {