From 9ebf6ca2d845ae4401754a93c616cc6d9e617fc2 Mon Sep 17 00:00:00 2001 From: ar026 Date: Mon, 4 Mar 2019 09:01:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20clearAll=20=E6=9C=AA?= =?UTF-8?q?=E9=87=8D=E7=BD=AE=20timerMap=20=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Timer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Timer.php b/src/Timer.php index eb47f32..0d0610f 100644 --- a/src/Timer.php +++ b/src/Timer.php @@ -58,6 +58,7 @@ function clearAll(): bool swoole_timer_clear($id); } $this->timerList = []; + $this->timerMap = []; return true; }