diff --git a/src/Lifo/Daemon/Daemon.php b/src/Lifo/Daemon/Daemon.php index 2aed6bc..e4aed77 100644 --- a/src/Lifo/Daemon/Daemon.php +++ b/src/Lifo/Daemon/Daemon.php @@ -1774,6 +1774,7 @@ private function wait($start) if ($this->shutdown) { return; } + pcntl_signal_dispatch(); if ($this->isIdle($start)) { $this->dispatch(DaemonEvent::ON_IDLE);