Skip to content

Commit bb80054

Browse files
authored
Shutdown Certificate Authority Manager before the stack (#527)
1 parent ba88de1 commit bb80054

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

matter_server/server/stack.py

+1
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,5 @@ def shutdown(self) -> None:
7070
"""Stop/Shutdown Matter Stack."""
7171
self.logger.info("Shutting down the Matter stack...")
7272
# NOTE that this will abruptly end the python process!
73+
self.certificate_authority_manager.Shutdown()
7374
self._chip_stack.Shutdown()

0 commit comments

Comments
 (0)