Asynchronous mode #186
-
My calls seem to block: local headers, stream = req:go(req_timeout)
if headers == nil then
log(tostring(stream), "\n")
end Are there examples of how to make this |
Beta Was this translation helpful? Give feedback.
Answered by
daurnimator
Mar 17, 2021
Replies: 1 comment
-
Do it from a cqueues thread. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
daurnimator
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do it from a cqueues thread.