From 6b276fd1c2daf1d095d2c05d7c26f15e219cc60d Mon Sep 17 00:00:00 2001 From: as2252258 Date: Fri, 29 Apr 2022 17:08:35 +0800 Subject: [PATCH] modify mysql result --- Inotify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inotify.php b/Inotify.php index 7670fe3..d7568db 100644 --- a/Inotify.php +++ b/Inotify.php @@ -100,8 +100,8 @@ class Inotify extends BaseProcess Event::cycle(function () { if ($this->isStop()) { Event::del($this->inotify); + Event::exit(); } - Event::exit(); }, true); Event::wait(); }