Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ota-provider-app] support multiple sequential BDX transfers #9737

Closed
holbrookt opened this issue Sep 15, 2021 · 0 comments · Fixed by #13329
Closed

[ota-provider-app] support multiple sequential BDX transfers #9737

holbrookt opened this issue Sep 15, 2021 · 0 comments · Fixed by #13329
Assignees
Labels

Comments

@holbrookt
Copy link
Contributor

Problem

  • ota-provider-app will report an internal error if the user attempts to do a second download after the first has completed
  • this occurs because the BdxOtaSender does not re-initialize the TransferSession object after the first transfer has ended (it only calls Reset())

Proposed Solution

  • to be more in line with production apps, ota-provider-app should only initialize the BdxOtaSender after receiving QueryImage and determining that BDX is the correct transport method
@holbrookt holbrookt changed the title [ota-provider-app] support sequential BDX transfers [ota-provider-app] support multiple sequential BDX transfers Sep 22, 2021
@carol-apple carol-apple self-assigned this Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants