From a03d076299995df1e104734511741382931fb353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 11 Jul 2022 17:28:41 +0800 Subject: [PATCH] modify plugin name --- kiri-engine/Pool/Pool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiri-engine/Pool/Pool.php b/kiri-engine/Pool/Pool.php index ef3652c4..b1d290f4 100644 --- a/kiri-engine/Pool/Pool.php +++ b/kiri-engine/Pool/Pool.php @@ -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()) {