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

async request with multi connector #414

Closed
mstfblci opened this issue May 16, 2024 · 1 comment
Closed

async request with multi connector #414

mstfblci opened this issue May 16, 2024 · 1 comment

Comments

@mstfblci
Copy link

How exactly should I send requests asynchronously with multiple connectors?

@Sammyjo20
Copy link
Collaborator

Hey @mstfblci I think you may be able to do something like this, you'll need to "hack" it slightly by providing a connector to create the pool but you'll be able to use sendAsync on all your other connectors.

$connectorA->pool()->setRequests([
     $connectorB->sendAsync($requestA),
     $connectorC->sendAsync($requestA),
     $connectorD->sendAsync($requestA),
])

Let me know if this doesn't work!

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