Is it possible that there might be some unclosed HTTP streams in the MacOS implementation? #396
-
I didn't want to start an issue without concrete evidence. We have a weird issue on MacOS where if the downloader has been uploading files for a long time (about 2.5k uploaded files), then the whole app will become buggy and unusable. We traced it down to an error in a different library (file_picker) mentioning "ProcessException: Too many open files". So the OS prohibits performing any additional file descriptor actions, hence the bugginess. I was wondering if this might have been cause by background_downloader opening too many file or HTTP streams and not closing them. I ran |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Interesting and definitely possible - thanks for stress testing the plugin! I'll look through the code and see if this may indeed be the case - which plugin version are you using? |
Beta Was this translation helpful? Give feedback.
-
Implemented in V8.6.0 |
Beta Was this translation helpful? Give feedback.
Implemented in V8.6.0