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

Squeezelite not closing when quiting companion #41

Closed
zortos293 opened this issue Jul 11, 2024 · 2 comments · Fixed by #51
Closed

Squeezelite not closing when quiting companion #41

zortos293 opened this issue Jul 11, 2024 · 2 comments · Fixed by #51

Comments

@zortos293
Copy link

when quiting companion the squeezelite instance stays running so if you had music playing it wont close

so you have to quit using task manager
image

@zortos293
Copy link
Author

zortos293 commented Jul 11, 2024

"quit" => {
app.exit(1);
},

@arctixdev
Copy link
Member

Hmm interesting, I would have thought that Tauri automatically cleaned up the child processes when running app.exit(1);. I can take a quick look at it

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 a pull request may close this issue.

2 participants