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

core: frontend: improve logic for checking if backend is online in versionchooser #916

Merged
merged 1 commit into from
Mar 25, 2022

Conversation

Williangalvani
Copy link
Member

It will now properly wait for the backend to first go offline, and then wait for it to come back online

},

async waitForBackendToRestart(reload: boolean) {
this.waiting = true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to be sure, there is no need to set waiting to false since the logic here is to reload the page, right ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

setting waiting to true shows up the overlay and spinner.

@patrickelectric patrickelectric merged commit 1ecbb77 into bluerobotics:master Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants