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: No registered users and 108 guests