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
Specifically, we added an OTARequestorInterface::Shutdown as a workaround for Linux/Darwin platforms to shut the server and stop event in order to apply (execv) the new image.
Proposed Solution
Call DeviceLayer::PlatformMgr().HandleServerShuttingDown() and DeviceLayer::PlatformMgr().StopEventLoopTask() directly from the platform impl of OTAImageProcessor.
The text was updated successfully, but these errors were encountered:
Problem
This is to track the comment made at #16482 (comment)
Specifically, we added an
OTARequestorInterface::Shutdown
as a workaround for Linux/Darwin platforms to shut the server and stop event in order to apply (execv) the new image.Proposed Solution
Call
DeviceLayer::PlatformMgr().HandleServerShuttingDown()
andDeviceLayer::PlatformMgr().StopEventLoopTask()
directly from the platform impl of OTAImageProcessor.The text was updated successfully, but these errors were encountered: