-
Notifications
You must be signed in to change notification settings - Fork 491
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cancel twin ops on disconnect (#3287)
* Cancel pending twin operations on disconnect * Add/update logging * Reduce concurrent dictionaries to one per protocol * Fix twin patch response * Unify twin update and logging in long haul * Improve error handling in long haul * Fix old task cleanup * Add retry to long haul init * merge * Rearrange methods * Fix method name * PR feedback from Bryce * Cancel pending twin operations on disconnect * Add/update logging * Reduce concurrent dictionaries to one per protocol * Fix twin patch response * Unify twin update and logging in long haul * Improve error handling in long haul * Fix old task cleanup * Add retry to long haul init * merge * Rearrange methods * Fix method name * PR feedback from Bryce * PR feedback * adding cancellation toke for InitializeAsync in module client * Fix MQTT twin response * Add unit tests for payload conventions --------- Co-authored-by: tmahmood-microsoft <[email protected]>
- Loading branch information
1 parent
734d871
commit 51a206f
Showing
18 changed files
with
669 additions
and
308 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
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
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
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
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
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
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.