This commit is contained in:
2021-03-02 14:05:07 +08:00
parent 56804663ab
commit 7c90bc01e0
+1 -1
View File
@@ -42,7 +42,7 @@ class OnWorkerStart extends Callback
{
putenv('worker=' . $worker_id);
Process::signal($this->signal, function () {
Process::signal(SIGUSR1 | SIGUSR2, function () {
var_dump(func_get_args());
});