kazenniy / atapt

ATA Pass-Through library for python
MIT License
22 stars 6 forks source link

"Python error IOError: [Errno 24] Too many open files" when using in multi-threated smode #3

Closed bashlakov closed 7 years ago

bashlakov commented 7 years ago

This error occur due to lack of open file descriptors. Today I'll send PR to fix this.

bashlakov commented 7 years ago

PR: https://github.com/kazenniy/atapt/pull/4