There is an infinite loop in the device twin sample code:
Code: Select all
while (1) {
IoTHubDeviceClient_LL_DoWork(iotHubClientHandle);
ThreadAPI_Sleep(10);
}
Thanks.
Code: Select all
while (1) {
IoTHubDeviceClient_LL_DoWork(iotHubClientHandle);
ThreadAPI_Sleep(10);
}
Users browsing this forum: Google [Bot] and 106 guests