This commit is contained in:
2021-03-05 13:56:37 +08:00
parent 50fd706577
commit 8122b43ec2
2 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ class Server extends HttpService
Runtime::enableCoroutine(true, SWOOLE_HOOK_ALL ^ SWOOLE_HOOK_BLOCKING_FUNCTION);
// Coroutine::set(['enable_deadlock_check' => false]);
Coroutine::set(['enable_deadlock_check' => false]);
return $baseServer->start();
}