-
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.
Don't lose enableServerInteractions state when controller restarts. (#…
…16504) When we shut down and restart the last controller, we shut down and reinitialize the system state. Since we were not storing the enableServerInteractions state in either the SystemState or the CHIPDeviceControllerFactory, it was getting lost during this process. The fix is to store the state in CHIPDeviceControllerFactory.
- Loading branch information
1 parent
feb81b6
commit d71e8e5
Showing
2 changed files
with
9 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