From 58ebf85082edcc95292ed87b9185800f47f29e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 11 Sep 2020 18:23:56 +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 --- HttpServer/Action.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HttpServer/Action.php b/HttpServer/Action.php index 65af9876..c41d9fec 100644 --- a/HttpServer/Action.php +++ b/HttpServer/Action.php @@ -72,12 +72,12 @@ trait Action * @return void * @throws Exception */ - private function close($server) + private function close(\HttpServer\Server $server) { echo 'waite.'; while ($server->isRunner()) { echo '.'; - $pods = glob(storage('workerIds') . '/*'); + $pods = glob(storage('worker') . '/*'); if (count($pods) < 1) { break; }