This commit is contained in:
2021-03-02 14:33:18 +08:00
parent 77d1882c5d
commit a362167e9c
+1
View File
@@ -146,6 +146,7 @@ class Server extends HttpService
Runtime::enableCoroutine(true, SWOOLE_HOOK_ALL ^ SWOOLE_HOOK_BLOCKING_FUNCTION | SWOOLE_HOOK_CURL);
Coroutine::set(['enable_deadlock_check' => false]);
return $baseServer->start();