This commit is contained in:
2022-09-07 13:51:11 +08:00
parent 92024adb53
commit ca24cb9e58
-1
View File
@@ -101,7 +101,6 @@ class Inotify extends BaseProcess
Event::cycle(function () {
if ($this->isStop()) {
Event::del($this->inotify);
Event::exit();
}
}, true);
Event::wait();