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
I tried to use proxy.py with my app, wich also uses multiprocessing, so i got AssertionError: daemonic processes are not allowed to have children
Expected threaded=True to fix this, but failed too
The text was updated successfully, but these errors were encountered:
I tried to use proxy.py with my app, wich also uses multiprocessing, so i got
AssertionError: daemonic processes are not allowed to have children
Expected threaded=True to fix this, but failed too
The text was updated successfully, but these errors were encountered: