You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If stop is called because of an exception in the main task, _result_queue.join() may block. So maybe we should call join with a timeout if exception is not None
The stop method is waiting with
result_queue.join()
. So we need to empty all results from queue before stopThe text was updated successfully, but these errors were encountered: