Skip to content

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

@jni

Description

@jni

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions