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

Remove old socket if exist #134

Merged
merged 1 commit into from
Jan 27, 2025
Merged

Conversation

vint2k
Copy link
Contributor

@vint2k vint2k commented Jan 24, 2025

If Furious terminates incorrectly, a socket remains that prevents the application from starting until the system is rebooted or the file is manually removed with the command rm ${TMPDIR}891ad49d-8996-43cb-820c-d9baf42a04de.

Steps to reproduce:

  1. Execute killall "Furious-GUI" and after that Furious will not be able to start.
  2. After executing rm ${TMPDIR}891ad49d-8996-43cb-820c-d9baf42a04de, Furious starts successfully.

A check has been added to detect the presence of a socket before starting. If a socket exists, it will first be deleted, and then a new instance will be launched.

@LorenEteval LorenEteval merged commit 1270043 into LorenEteval:main Jan 27, 2025
6 checks passed
@LorenEteval
Copy link
Owner

Thanks.

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