Explorar el Código

Update Swoole.php

walkor hace 7 años
padre
commit
6a711f3327
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();
     }
 
     /**