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
When I comment out test_gen_nihao_200, it works fine. Unfortunately if I don't, it reports success but doesn't exit (seems to loop forever). Leaving just test_gen_nihao_200 doesn't help either. Looks like mixing in async code and subprocesses does something unexpected. Could you help me sort out what?
The text was updated successfully, but these errors were encountered:
Hi,
Consider the following repo:
https://github.com/d33tah/strokes/tree/7b52ba4b194b4127bd38e290e6bac742cfc06547
When I comment out
test_gen_nihao_200
, it works fine. Unfortunately if I don't, it reports success but doesn't exit (seems to loop forever). Leaving just test_gen_nihao_200 doesn't help either. Looks like mixing in async code and subprocesses does something unexpected. Could you help me sort out what?The text was updated successfully, but these errors were encountered: