-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: incorrect data send timer reset with lost pub ACK causing dat…
…a send stopped - We used to reset data_send timer without checking the message ID - If the puback is not received for MQTT message, and the timer reset above happened, causes data_send_in_progress remain true for eternity, causing insights not able to send data - Fixed by moving timer reset logic only where it is applicable
- Loading branch information
1 parent
36c8bfc
commit 06ef3d2
Showing
1 changed file
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters