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

Fix usage of tracing in callback handler #74

Closed teetak01 closed 7 years ago

teetak01 commented 7 years ago

Removing traces from callback handler. This can happen in interrupt-context and may cause application failure.

geky commented 7 years ago

Looks good to me : )

Related issues: https://github.com/ARMmbed/mbed-os-example-client/issues/223 https://github.com/ARMmbed/esp8266-driver/issues/28 https://github.com/ARMmbed/mbed-os-example-client/issues/75