modify plugin name
This commit is contained in:
@@ -89,7 +89,7 @@ class Pool extends Component
|
|||||||
$lists = [];
|
$lists = [];
|
||||||
$count = $channel->length();
|
$count = $channel->length();
|
||||||
while ($this->status->is(StatusEnum::EXIT) === false) {
|
while ($this->status->is(StatusEnum::EXIT) === false) {
|
||||||
if (!(($pdo = $channel->pop()) instanceof PDO)) {
|
if (!(($pdo = $channel->pop(0)) instanceof PDO)) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if ($pdo->check()) {
|
if ($pdo->check()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user