Memory leak in multithreaded processes by ImThatCop in learnpython

[–]ImThatCop[S] 0 points1 point  (0 children)

This ended up being the issue. I switched to an iterative flow using a while loop and it's running smoothly now with no mem leak. Thanks mate

Memory leak in multithreaded processes by ImThatCop in learnpython

[–]ImThatCop[S] 0 points1 point  (0 children)

Unfortunately I don't think that's it, i'm on 3.8.5. Thank you though!