Hi,
I am developing an application based on the aws_iot sample which all works fine.
The application captures data from a sensor and publishes it to AWS.
However, during the connection phase which can be several minutes or when the connection is dropped the connect/ reconnect
blocks the work queue items and so no date is recorded during this time.
Can you explain how to work around this issue?
Thanks