From ea16b723921e3e077318c4eb1fc327329869bb40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 1 Mar 2021 17:35:42 +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 --- System/Abstracts/BaseApplication.php | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Abstracts/BaseApplication.php b/System/Abstracts/BaseApplication.php index c8f9ff97..7d97a712 100644 --- a/System/Abstracts/BaseApplication.php +++ b/System/Abstracts/BaseApplication.php @@ -89,6 +89,7 @@ abstract class BaseApplication extends Service */ public function isRun(): bool { + $this->print_task_is_idle(__METHOD__); return $this->state == 'SWOOLE_WORKER_BUSY'; }