Open Mohammadsaknini opened 12 months ago
Tbh its been a while, but i do think it is indeed a typo. Probably forgot to remove it while fiddling around with the code.
I've tested the code and it does work on Windows. There were some further modifications needed on loop.py though, due to a similar timeout construct occuring in it without calling the util.py/timeout function.
Kudos for the fix, it really helped me. Thanks! 👍
Singnal is only partially supported under windows, so i created the timeout function using threads instead of singals which should work on windows as an alternative.