ソースを参照

Update Swoole.php

walkor 7 年 前
コミット
6a711f3327
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Events/Swoole.php

+ 1 - 1
Events/Swoole.php

@@ -200,7 +200,7 @@ class Swoole implements EventInterface
      */
     public function destroy()
     {
-        Event::exit();
+        //Event::exit();
     }
 
     /**