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
Currently, the MTRDeviceController object is the OTA Provider Delegate. If there is more than one controller, this would be problematic.
Proposed Solution
The MTRControllerFactory should be set as the OTA Provider Delegate. Each controller should then register with the factory and be notified whenever the factory receives OTA Provider commands.
Problem
Currently, the
MTRDeviceController
object is the OTA Provider Delegate. If there is more than one controller, this would be problematic.Proposed Solution
The
MTRControllerFactory
should be set as the OTA Provider Delegate. Each controller should then register with the factory and be notified whenever the factory receives OTA Provider commands.cc: @bzbarsky-apple
The text was updated successfully, but these errors were encountered: