Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix DeviceControllerSystemState shutdown order
#### Problem Instance of project-chip#11880 Possible use of destroyed pool objects `mTransportMgr` continues to hold `UDPEndPoint`s after Inet is shut down via `PlatformMgr().Shutdown()`. #### Change overview - Shut down the `TransportMgr` before `PlatformMgr().Shutdown()`. #### Testing CI; no changes to functionality.
- Loading branch information