-
Notifications
You must be signed in to change notification settings - Fork 12
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
Wait for account to be ready to connect #1486
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 9 of 9 files at r1.
Reviewable status: all files reviewed (commit messages unreviewed), all discussions resolved (waiting on @doums, @neacsu, @rokas-ambrazevicius, and @zaneschepke)
Please fix CI issues |
I think iOS pipeline can be ignored. I'm breaking-repairing that at the moment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @doums for fixing outstanding issues in this PR. I have tested it on iOS app and it works great! 🎉
Reviewed 5 of 5 files at r2, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @doums, @neacsu, @rokas-ambrazevicius, and @zaneschepke)
* Add wait_for_ready_to_connect and use in vpnd * Update error types * Switch uniffi start vpn to wait on ready to connect * Separate out account update command in uniffi API * Bump timeout to 10 sec * add the new error to nym-vpn-app * Update uniffi --------- Co-authored-by: pierre <[email protected]>
This change is