Search found 1 match

by pius4109
Sun Aug 29, 2021 12:17 am
Forum: General Discussion
Topic: How to prevent http request from blocking task for too long?
Replies: 5
Views: 10055

Re: How to prevent http request from blocking task for too long?

guillep2k wrote:
Fri Feb 22, 2019 11:58 pm
Have you tried using a separate FreeRTOS task for the request? Check the xTaskCreate() function, and use semaphores to coordinate the tasks. YouTube is your friend!
I tried this but the request kept failing