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

Fix test_serve to use two threads, one for server and one for proofreader #76

Open
jni opened this issue Feb 25, 2016 · 0 comments
Open

Comments

@jni
Copy link
Collaborator

jni commented Feb 25, 2016

Currently, if the server thread crashes, the proofreader thread sits there waiting for a response. This is fixable by starting the proofreader in its own thread and then joining the threads, which would crash if either thread crashes. See e.g. this SO page.

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

No branches or pull requests

1 participant