From 9dc97eecae7f3bc6c88bd99ed3bdf2138b147133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 9 Oct 2020 11:48:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Kafka/Consumer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kafka/Consumer.php b/Kafka/Consumer.php index 180e3edc..faa1a635 100644 --- a/Kafka/Consumer.php +++ b/Kafka/Consumer.php @@ -74,7 +74,7 @@ class Consumer $process->start(); $this->isRunning = true; if ($isBlock) { -// \Amp\run(); + \Amp\run(); } }