You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently running a HTTP client in QEMU_cortex_m3 and I was trying to set the timeout for the http_client_send_req(..) function and it doesn't seem to work.
It still does not return immediately even after I've set the timeout to 0.
Can I get any help on this?
Cheers.
(Imported from Jira ZEP-2624)
The text was updated successfully, but these errors were encountered:
Hi Jukka Rissanen I'm trying that with the function http_client_send_req(...,K_NO_WAIT) and it still doesn't work. Am I meant to call another function?
Sorry, I just tested it again and it's working fine for when there is connection (returns timeout straight away when it is set to K_NO_WAIT). However, when there is no connection, it still does not return immediately. Was I supposed to check if there was connection first?
Reported by HY Teh:
Hi,
I am currently running a HTTP client in QEMU_cortex_m3 and I was trying to set the timeout for the http_client_send_req(..) function and it doesn't seem to work.
It still does not return immediately even after I've set the timeout to 0.
Can I get any help on this?
Cheers.
(Imported from Jira ZEP-2624)
The text was updated successfully, but these errors were encountered: