Asynchronous mode #186
|
My calls seem to block: local headers, stream = req:go(req_timeout)
if headers == nil then
log(tostring(stream), "\n")
endAre there examples of how to make this |
Answered by
daurnimator
Mar 17, 2021
Replies: 1 comment
|
Do it from a cqueues thread. |
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.