ソースを参照

Optimizations

walkor 1 年間 前
コミット
d36eed3499
1 ファイル変更0 行追加1 行削除
  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);
     }
 
     /**