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

Clean up forked threads #205

Merged
merged 4 commits into from
Dec 22, 2023
Merged

Conversation

chrismwendt
Copy link
Contributor

Prior to this change, runServer would not kill the threads it forked. Namely, it would lose track of the appAsyncs.

After this change, runServer will kill all threads it forks.

This modifies code created in #199 cc @jaspervdj

@domenkozar
Copy link
Collaborator

@jaspervdj this can be merged as it does indeed fail to close the thread if killer is not installed.

@jaspervdj jaspervdj merged commit da1fd1d into jaspervdj:master Dec 22, 2023
7 checks passed
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.

3 participants