瀏覽代碼

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);
     }
 
     /**