This commit is contained in:
as2252258@163.com
2021-02-28 00:30:32 +08:00
parent ddddb17c7a
commit bfba2aa965
+1
View File
@@ -77,6 +77,7 @@ class OnWorkerStart extends Callback
var_dump(Co::stats()['coroutine_num']);
Coroutine::sleep(0.01);
}
return $server->stop($worker_id, true);
}, $server, $worker_id);
}