Darkenkade42
Darkenkade42
It works as intended. You can only use "high-level" api functions if you provide your own as specified in [thread api and sleep](https://github.com/Azure/azure-c-shared-utility/blob/master/devdoc/threadapi_and_sleep_requirements.md). You would also have to modify CMakeLists.txt...
@schroedermarius This [fork](https://github.com/fgiancane8/esp-azure/tree/master/).
Might want to take a look at this document [Iothub SDK Options](https://github.com/Azure/azure-iot-sdk-c/blob/2019-03-18/doc/Iothub_sdk_options.md). Function you're looking to use is IoTHubDeviceClient_LL_SetOption. Do you stop calling Do_Work after disconnect?
You are correct @Lisa999 . I have added your proposed changes.
What is needed to get AMQP working? I'd like some high level guidance if possible.