diff --git a/Inotify.php b/Inotify.php index 8db3bb5..080a33f 100644 --- a/Inotify.php +++ b/Inotify.php @@ -71,8 +71,6 @@ class Inotify extends BaseProcess { pcntl_signal(SIGTERM, function () { $this->isStop = true; - - $this->clear(); }); return $this; }