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

[question] How do I wait for request-reply messages effectively? #60

Open
ljfreelancer88 opened this issue Jan 27, 2024 · 0 comments
Open

Comments

@ljfreelancer88
Copy link

In Gearman, you can do while ($worker->work()). Is it possible to have this approach, if applicable? Instead of doing...

while (true) {
    $client->process();
}

Though i stumbled $client->process(30 * 60) and $configuration->setDelay(0.001) I have no idea if it achieve similar to Gearman approach.

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

1 participant