-
Notifications
You must be signed in to change notification settings - Fork 157
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
doFirstTimeUse completes prematurely, before all underlying operations finish #494
Comments
Hi, thanks for reporting this, we have created internal ticket to fix this on upcoming releases. |
Fixed in SDK 5.9.0. |
Hey @samulimaa, unfortunately the issue is still not resolved. These changes call |
@samulimaa whenever you have time, please check out the #515 PR that I open with fix for this issue. Would appreciate a review 🙏 |
Hi, your PR looks good. However we can't directly merge these public SDK PRs because of our internal review and QA processes, but these fix proposals are greatly appreciated! |
FLOW-60982 |
Platform on which you observed the bug:
Device on which you observed the bug:
Describe the bug
doFirstTimeUse
completes as soon as FTU config is sent to the device (here), but it should wait until other operations complete.How to Reproduce
Call
doFirstTimeUse
method.Expected behavior
doFirstTimeUse
method should complete when all the underlying operations are finished.Screenshots and logs
See video below that shows the execution order during debugging.
CleanShot.2024-10-28.at.16.05.36.mp4
The text was updated successfully, but these errors were encountered: