From 93e1b49a8c70525f617b4dd13d8b8544d2a19294 Mon Sep 17 00:00:00 2001 From: as2252258 Date: Sun, 10 Apr 2022 14:27:39 +0800 Subject: [PATCH] modify mysql result --- Inotify.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Inotify.php b/Inotify.php index 8005714..226559d 100644 --- a/Inotify.php +++ b/Inotify.php @@ -61,9 +61,7 @@ class Inotify extends BaseProcess public function onSigterm(): static { - Timer::clear($this->cid); - - $this->isStop = true; + $this->clear(); return parent::onSigterm(); // TODO: Change the autogenerated stub }