ARMmbed / mbed-client-classic

DEPRECATED: mbed Client adaptation layer for mbed OS Classic
https://cloud.mbed.com/docs/current
Apache License 2.0
0 stars 5 forks source link

Removing Thread usage from Timer and Connectivity #9

Closed yogpan01 closed 8 years ago

yogpan01 commented 8 years ago

Timer and ConnectionHandler class now use eventloop instead of Threads.

yogpan01 commented 8 years ago

@kjbracey-arm Can we debug this together ? There are some issues around stack overflow when using eventloop in ConnectionHandler class.

yogpan01 commented 8 years ago

rebuild