We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba88de1 commit bb80054Copy full SHA for bb80054
matter_server/server/stack.py
@@ -70,4 +70,5 @@ def shutdown(self) -> None:
70
"""Stop/Shutdown Matter Stack."""
71
self.logger.info("Shutting down the Matter stack...")
72
# NOTE that this will abruptly end the python process!
73
+ self.certificate_authority_manager.Shutdown()
74
self._chip_stack.Shutdown()
0 commit comments