This commit is contained in:
as2252258@163.com
2021-02-27 03:33:04 +08:00
parent 60d72c10c5
commit 4e25d59bbb
+1 -1
View File
@@ -72,7 +72,7 @@ class OnWorkerStart extends Callback
}
}
$server->stop($workerId, true);
var_dump(Coroutine::waitPid($server->worker_id));
var_dump(Coroutine::waitPid($server->worker_pid));
} catch (\Throwable $exception) {
$this->addError($exception);
}