Azure / azure-iot-arduino

Azure IoT library for the Arduino
Other
168 stars 95 forks source link

No caller for the callback? #77

Closed obastemur closed 6 years ago

obastemur commented 6 years ago

We do register our deviceTwinConfirmationCallback through IoTHubClient_LL_SendReportedState but following the code, I'm unable to find a consumer for the callback.

i.e. see the final call point below;

https://github.com/Azure/azure-iot-arduino/blob/9907b41f8e79ce500543a406c04114bc62e3c36f/src/sdk/iothub_client_ll.c#L479

Is this intended?

obastemur commented 6 years ago

Found at IoTHubClient_LL_ReportedStateComplete