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

Fixed: Server remains active after quitting #49

Merged
merged 3 commits into from
Sep 24, 2024
Merged

Conversation

robinjhuang
Copy link
Member

@robinjhuang robinjhuang commented Sep 24, 2024

  • pythonServer was not being assigned when spawnPython is called. This caused the port to be in use, if you quit and then restart the app soon after.
  • remove duplicate 'before-quitting' event
  • wait for python server to finish quitting before quitting
  • remove title in tray icon

@robinjhuang robinjhuang changed the title Bug Fixes: Kill server on quit. Fixed: Server remains active after quitting Sep 24, 2024
@robinjhuang robinjhuang merged commit a2c2e74 into main Sep 24, 2024
5 checks passed
@robinjhuang robinjhuang deleted the rh-refactor branch September 24, 2024 05:01
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.

1 participant