walkor 1 gadu atpakaļ
vecāks
revīzija
d36eed3499
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      src/Events/Swoole.php

+ 0 - 1
src/Events/Swoole.php

@@ -217,7 +217,6 @@ final class Swoole implements EventInterface
             Coroutine::cancel($coroutine);
         }
         Event::exit();
-        posix_kill(posix_getpid(), SIGINT);
     }
 
     /**