diff --git a/src/Asynchronous.php b/src/Asynchronous.php index c68bb55..3232a1f 100644 --- a/src/Asynchronous.php +++ b/src/Asynchronous.php @@ -268,7 +268,7 @@ class Asynchronous /* * The signal handler */ - foreach ([SIGINT, SIGKILL, SIGTERM] as $signal) + foreach ([SIGINT, SIGTERM] as $signal) pcntl_signal($signal, function ($signal) use (&$instance) { if ($instance->isChild) return;