You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix shutdown ordering in DeviceControllerSystemState::Shutdown (#22048)
DeviceControllerSystemState shuts down PlatformMgr before higher
level objects that use timers such as ExchangeMgr.
This leads to calls into the system layer after it has been shut down.
Fix the ordering so that PlatformMgr is shut down last.
Co-authored-by: Andrei Litvin <andy314@gmail.com>
0 commit comments