-
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.
Fix incorrect snapshotting of MRP config by CASE client. (#32380)
* Fix incorrect snapshotting of MRP config by CASE client. Right now, we snapshot the MRP config as part of the CASEClientInitParams during stack startup. After that, we will use that snapshotted config whenever we are the CASE initiator. This config will not match the parameters we use as CASE responder or advertise over DNS-SD if the local MRP configuration ever changes. Which for an ICD it can. The fix is to stop the incorrect snapshotting and get the information we need from the right source of truth when we need it. * Address review comments. * Address issue with CASE session not assuming the right things when NullOptional is passed in.
- Loading branch information
1 parent
a986606
commit ac1ebc5
Showing
4 changed files
with
15 additions
and
4 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