Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix shutdown ordering in TestDnssd. (#26024)
For init it does, in order: PlatformMgr().InitChipStack(), ChipDnssdInit, RunEventLoop. For shutdown it should do them in exactly the opposite order. Fixes #26023
- Loading branch information