We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to run it,I saw: My source code:
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
I send a PR to prevent the confusion.
The error is: App error message |> Workerman message Missing Config File |> Worker[1084] process terminated
Missing Config File |> Worker[1084] process terminated
No branches or pull requests
When I try to run it,I saw:
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.My source code:
The text was updated successfully, but these errors were encountered: