Page 1 of 1

esp_http_client_perform blocks the task

Posted: Fri Feb 22, 2019 8:00 am
by burkulesomesh43
Hello everyone,
I am using esp_http_client librairy to post data to server.
please refer following link, I am using same code given in link.

https://www.esp32.com/viewtopic.php?f=2&t=8102#p34049

I am stucked in this issue from very long time. not getting any solution or no response from forum for this issue.
I am using esp-idf v3.1.2 stable version, it does not include async mode in the librairy.
Please give me solution as early as possible.

Thanks,
somesh

Re: esp_http_client_perform blocks the task

Posted: Fri Feb 22, 2019 12:36 pm
by jitin17
Hey, Did you face a similar issue with master branch, and can you send us the log with debug enabled?

Re: esp_http_client_perform blocks the task

Posted: Fri Jun 07, 2019 11:54 am
by burkulesomesh43
jitin17 wrote:
Fri Feb 22, 2019 12:36 pm
Hey, Did you face a similar issue with master branch, and can you send us the log with debug enabled?
Actually the API used for post request is blocking API. I think there is only solution to use async.