about guzzlehttp coroutine #6769
Unanswered
foremtehan
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since swoole itself supports curl functions out of the box and on the other hand guzzle default handler is curlhandler, do I still need to do any extra work to make it guzzlehttp non-blocking? One of my apps relies on the telegram-bot-sdk, which heavily uses guzzlehttp to make requests. I'm asking because I saw a page on the Hyperf wiki that mentioned you need to define a custom handler to make it non-blocking.
Beta Was this translation helpful? Give feedback.
All reactions