Closed fkocik closed 2 years ago
Thank you very much for this contribution. The changes look good.
These changes correlate to each other and essentially fix the same descriptor leakage. Could you please squash the commits into a single one?
Done.
Thank you for your review.
Hi,
Thanks very much for this useful library.
I'm using it in a long time running process and observed some file descriptors leak (too many open files errors) after some time. I reduced the error rate with this few fixes.
I'm not sure all the issue conditions are covered but I think it can help ;-)
Regards.