Skip to content
Snippets Groups Projects
  1. Jun 14, 2016
    • Ken Payson's avatar
      Added cleanup to the server thread's join method. · ed742852
      Ken Payson authored
      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().
      ed742852
  2. Jun 11, 2016
  3. Jun 10, 2016
  4. Jun 09, 2016
  5. Jun 08, 2016
Loading