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

Fixes #54: exits correctly on exception/ctrl-c #56

Closed
wants to merge 3 commits into from

Conversation

jbooth-mastery
Copy link

@jbooth-mastery jbooth-mastery commented Jan 6, 2020

Description

Fixes #54 -- exceptions (in a service or via ctrl-c) no longer deadlock in threading.py.

Based off @r313pp's changes in #55 with my fixes for the hanging-at-exit, plus a cleanup of a warning about an unclosed asyncio loop at the end of pytest.

@jbooth-mastery jbooth-mastery force-pushed the jb-fix-exit-hang branch 2 times, most recently from cf804a3 to d08531e Compare January 6, 2020 20:22
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.

threads.ServiceThread hangs on exception
1 participant