2019-11-07 07:20 AM
I am working with the Iot Node Kit and Azure. I've found that after running for > 12 hours it stops sending messages to Azure so I'm trying to track that down.
One of the modifications I made to the demo code is to create many functions that serialize data from the model for just one piece of data. I did this because I don't want to send data for all the data parameters every message. (As a poor example, say I only want to send the temperature if it is greater than 30 c, and only send humidity if it's greater than 60%.)
I'm wondering if me doing it this way may be causing some issue which is killing communications or the send message mechanism is hung.
I know the board itself isn't hung, but it no longer sends messages, that loop doesn't run anymore.