瀏覽代碼

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