-
Notifications
You must be signed in to change notification settings - Fork 737
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Check correct timeout time * Fix MQTT timeout issues Fix regression introduced on overly aggressive MQTT timeouts. To fix and cleanup code a bit: * Remove concept of enqueue time and instead have a message creation time. * Set this message creation time ALWAYS, regardless of whether it's a PUT or GET. * Check this publish time on timeouts. * Create a common function to create TWIN requests and cleanup some dup'd code. On test side: * Fix up UT's required of course * Change the default timer that UT uses to start at 30 minutes, not 0 minutes. If we had done this it would've caught initial bug where a message creation time was never init'd but close enough to 0 to have tests pass.
- Loading branch information
Showing
2 changed files
with
298 additions
and
195 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
Oops, something went wrong.