openthread / ot-rtos

OpenThread RTOS, an integration of OpenThread, LwIP, and FreeRTOS.
https://openthread.io/
BSD 3-Clause "New" or "Revised" License
147 stars 53 forks source link

[mqtt] fix 52840 #14

Closed gjc13 closed 5 years ago

gjc13 commented 5 years ago

Fix https://github.com/openthread/ot-rtos/issues/11

gjc13 commented 5 years ago

@jwhui Can you test the rebased branch to verify whether it works on your side. Currently it's working on mine. Removing the build directory and make a clean rebuild is required for the updated mbedtls config. The process of connecting to server is rather slow because of the certificate parsing and jwt encoding and may take about 5 to 10 seconds.

jwhui commented 5 years ago

@gjc13, I tested this PR and the demo worked. Thanks.