Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Config FileWorker[18068] process terminated #13

Closed
imzlh opened this issue Dec 20, 2022 · 2 comments
Closed

Missing Config FileWorker[18068] process terminated #13

imzlh opened this issue Dec 20, 2022 · 2 comments

Comments

@imzlh
Copy link

imzlh commented Dec 20, 2022

When I try to run it,I saw:
error
My source code:

count = 1; $http_worker->name = 'typecho'; $http_worker->onWorkerStart = static function () { //init(); require __DIR__.'/app/index.php'; }; $http_worker->onMessage = static function ($connection, $request) { $connection->send(run()); }; Worker::runAll(); Can you help me?Thanks.
@joanhey
Copy link
Owner

joanhey commented Dec 20, 2022

Which framework or app are you using ?

Do you catch all the Exceptions and errors?

But the error, looks very clear.
Your app don't find the Config File.
It isn't a problem from Adapterman.

@joanhey
Copy link
Owner

joanhey commented Dec 20, 2022

I send a PR to prevent the confusion.

The error is:
App error message |> Workerman message
Missing Config File |> Worker[1084] process terminated

@joanhey joanhey closed this as completed Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants