This commit is contained in:
2021-03-02 14:07:28 +08:00
parent 0f72a42c7c
commit 4dfbbb2f22
-4
View File
@@ -42,10 +42,6 @@ class OnWorkerStart extends Callback
{
putenv('worker=' . $worker_id);
Process::signal(SIGUSR1 | SIGUSR2, function () {
var_dump(func_get_args());
});
Runtime::enableCoroutine(true, $this->hook);
Coroutine::set(['enable_deadlock_check' => false]);