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

Set server threads as daemon #344

Closed
wants to merge 1 commit into from
Closed

Set server threads as daemon #344

wants to merge 1 commit into from

Conversation

ryuukk
Copy link
Contributor

@ryuukk ryuukk commented Sep 20, 2023

This has always been an issue, serve-d would never close dcd-server processes

This was because server threads was not marked as daemon, so the OS would never close dcd-server process whenever the Text Editor would close serve-d process

Fixes #334 and #336

@ryuukk
Copy link
Contributor Author

ryuukk commented Sep 20, 2023

Actually no, it still seems to be random, sometimes it closes it, sometimes not, there might be something else stuck

@ryuukk ryuukk closed this Sep 20, 2023
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.

DCD server leak
1 participant