Skip to content

Fix bug with cli not exiting when Quit initiated from GUI. #20503

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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

biagas
Copy link
Contributor

@biagas biagas commented Jul 23, 2025

Resolves #19432.

Type of change

  • Bug fix
  • [ ] New feature
  • [ ] Documentation update
  • [ ] Other

How Has This Been Tested?

If GUI is launched, and it launches CLI, when Quit is initiated from the GUI, the CLl will exit.

If CLI is launched first, and it launches the GUI when Quit is initiated from the GUI, the CLI will only exit if 'Yes' is chosen in the provided prompt for exiting all clients.

Checklist:

  • I have commented my code where applicable.
  • I have updated the release notes.
  • [ ] I have made corresponding changes to the documentation.
  • [ ] I have added debugging support to my changes.
  • [ ] I have added tests that prove my fix is effective or that my feature works.
  • [ ] I have confirmed new and existing unit tests pass locally with my changes.
  • [ ] I have added new baselines for any new tests to the repo.
  • [ ] I have NOT made any changes to [protocol or public interfaces][3] in an RC branch.

@biagas biagas requested a review from cyrush July 23, 2025 18:50
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.

CLI no longer exits if gui also running and you exit via GUI
1 participant