Azure-Samples / iot-hub-c-m0wifi-getstartedkit

Get started with the Adafruit Feather M0 Wifi Azure IoT Starter Kit
MIT License
5 stars 8 forks source link

Remote Monitoring Sample: unable to HTTPAPIEX_ExecuteRequest after a while #43

Closed ralfr closed 7 years ago

ralfr commented 7 years ago

I've successfully managed to get the Remote Monitoring sample up and running with the Adafruit Feather M0 Kit. When I launch the demo on the Feather M0, it starts transmitting data which shows up in Azure IoT.

However, after approx. 25 or so successful transmits, the serial console shows the following log entries repeatedly:

***/Arduino/libraries/AzureIoTHub-master/src/sdk/iothubtransporthttp.c Func:DoEvent Line:1223 unable to HTTPAPIEX_ExecuteRequest

It does not recover from that fail state and eventually stops transmitting at all. Any idea?

Ilias-Tsigkogiannis commented 7 years ago

I cannot repro this problem. Could you retry using the latest code and reopen the issue, if it still repros?