diff --git a/src/Asynchronous.php b/src/Asynchronous.php index 45e12f5..9e44c52 100644 --- a/src/Asynchronous.php +++ b/src/Asynchronous.php @@ -235,18 +235,6 @@ class Asynchronous self::removedShmBlock(); }); - /* - * The signal handler - */ - foreach ([SIGINT, SIGTERM] as $SIGNAL) - pcntl_signal($SIGNAL, function ($signal) use (&$instance) { - if ($instance->isChild) - return; - - self::killChildren(); - self::awaitChildren(); - self::removedShmBlock(); - }); } } \ No newline at end of file