Skip to content
Snippets Groups Projects
Commit ed742852 authored by Ken Payson's avatar Ken Payson
Browse files

Added cleanup to the server thread's join method.

When the Python Interpreter exits, it first attempts to join any
outstanding threads.  This is problematic if a server is created
as a top-level variable or referenced by a reference cycle, as join()
will hang.  This adds cleanup behavior to the server thread's join().
parent 68e5ecbe
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment