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

3: Refreshing the control console browser interface breaks the ping process interface #67

Open
Tracked by #33
nunoguedelha opened this issue Nov 5, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@nunoguedelha
Copy link
Collaborator

nunoguedelha commented Nov 5, 2021

In control console browser interface, if you start the ping, then you refresh the page, there is no way to stop or restart the ping process anymore.

@nunoguedelha
Copy link
Collaborator Author

By design, when we refresh the refresh the control console page, the index.html defining the page is sent again to the browser and builds everything again from scratch. We don't handle yet the "page refresh" scenario. We should:

  • either stop ongoing processes and close the port connections prior starting everything again,
  • either recover eventual existing connections or ongoing processes, like the ping, when rebuilding the page.

This is the enhancement to be done through this issue.

@nunoguedelha nunoguedelha added the enhancement New feature or request label Nov 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant