浏览代码

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