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: does this adapter makes all Guzzle requests non-blocking I/O? #1

Open
odahcam opened this issue Jan 7, 2025 · 1 comment

Comments

@odahcam
Copy link

odahcam commented Jan 7, 2025

I just wonder since I didn't notice anything in the README or a Wiki, does this adapter makes all requests non I/O blocking or does it still depends on using Guzzle's async methods (e.g. getAsync and postAsync) for being able to suspend some I/O?

Thanks in advance!!

@trowski
Copy link
Member

trowski commented Jan 19, 2025

Hi @odahcam!

Yes, this makes all I/O non-blocking within the Guzzle client, so you can use any GuzzleHttp\Client method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants