改名
This commit is contained in:
@@ -42,7 +42,7 @@ class OnWorkerStart extends Callback
|
|||||||
{
|
{
|
||||||
putenv('worker=' . $worker_id);
|
putenv('worker=' . $worker_id);
|
||||||
|
|
||||||
Process::signal($this->signal, function () {
|
Process::signal(SIGUSR1 | SIGUSR2, function () {
|
||||||
var_dump(func_get_args());
|
var_dump(func_get_args());
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user