Support MBED OS6 #2180
Replies: 1 comment 1 reply
-
Hi @rainmaker64, MBED OS support has been discontinued in the azure-iot-sdk-c. Having said that, you could check on the azure-iot-sdk-c verbose logs what messages it prints when the error occurs, or if there are any error logs printed at all. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have been using azure_iot_sdk-c in MBED OS-5 platform well.
But I have to change the hardware platform which supports only MBED OS-6.
And I finished porting azure_iot_sdk-c into MBED OS-6 and it succeeded in connecting to azure IoT hub.
But when it receives the message from the server it fails and disconnects the session.
I am wondering which points I have to check to solve this issue.
Thanks
Seunghyun Jung
Beta Was this translation helpful? Give feedback.
All reactions