connectedhomeip
connectedhomeip copied to clipboard
Mdns has no shutdown flow
Problem
#9108 recently added ChipMdnsShutdown()
to fix crashing unit tests (#8001), but this is currently only used by unit tests and not normal flow, because the normal caller itself has no shutdown path.
Proposed Solution
Plumb shutdown through mdns.
Per #8001, this means that shutting down the CHIP stack after using mdns bits can crash. This is not really OK.
@andy31415 @cecille
SDK Review: This sounds like a required 1.0 fix, but does not affect SVE, removing the request SVE label.
Issue Scrub: Moving this to maintainability.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.