소스 검색

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