I’m using libCURL in a thread to upload files periodi. We have been experiencing issues were files will stop getting transmitted but LWM2M data continues. I was finally capture this state in a log and it appears libCURL’s curl_easy_perform
didn’t return or caused the thread to crash.
- Is is possible for
curl_easy_perform
to not return? - If a Legato component creates a thread and that thread crashes is the Legato apps
faultAction
executed?
Thanks,