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
OTARequestor::TriggerImmediateQuery() does not set the mLastUsedProvider (part of the GenericOTARequestorDriver), before triggering a QueryImage. This might result in the same provider being used for the next OTA "re-attempt".
Proposed Solution
Update the mLastUsedProvider in the OTARequestorDriverSendQueryImage(), perhaps? Doing this might be out of the function scope, however, so another option might be to add a new pre-SendImageQuery() in the driver?
The text was updated successfully, but these errors were encountered:
Problem
OTARequestor::TriggerImmediateQuery() does not set the mLastUsedProvider (part of the GenericOTARequestorDriver), before triggering a QueryImage. This might result in the same provider being used for the next OTA "re-attempt".
Proposed Solution
Update the mLastUsedProvider in the OTARequestorDriverSendQueryImage(), perhaps? Doing this might be out of the function scope, however, so another option might be to add a new pre-SendImageQuery() in the driver?
The text was updated successfully, but these errors were encountered: