A HTTP/HTTPS Client for the mbed networking/CyaSSL ssl library

Dependents:   Anpi dropbox_access php_access_auth TwitterReader ... more

Fork of HTTPClient by Donatien Garnier

Issue: Invocation from Thread within mbed-rtos?

Hi:

Was wondering if anyone has been successful using this library in a mbed application that is threaded (the network calls are sent from within a child thread...) using the mbed-rtos?

Thanks!

1 comment:

31 Aug 2014

Hi Doug,

Have you tried it with larger stack size?

#define STACK_SIZE 10000
Thread t( thread_xxxx, NULL, osPriorityNormal, STACK_SIZE);

Thanks,

Kojo