-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fabric removal should only sync-deliver events for that fabric. (#21760)
* Fabric removal should only sync-deliver events for that fabric. We were running into an issue where fabric removal would do sync event delivery on other fabrics, and then removal of _those_ fabrics could not deliver events (because there was a Report Data outstanding that had not gotten a Status Response yet). The fix is to only sync-deliver events for the fabric about to be removed when a fabric is removed. Fixes #21744 * Address review comment.
- Loading branch information
1 parent
dee20b3
commit 2250768
Showing
3 changed files
with
16 additions
and
5 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