westnt
Results
1
comments of
westnt
Adding multi-threading should be fine and not cause any issues. In fact, the old code ```output, errs = sub_proc.communicate(timeout=timeout)``` uses subprocess communicate function and communicate also spins up two threads...