Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use poll implementation to fix file descriptor leak
Using select() here causes a file descriptor leak. We've replaced this with a poll() implementation to avoid this. The polling object needs to be opened with an eventmask that stops it from blocking paramiko. Fixes #51 Co-authored-by: Dan Porter <[email protected]>
- Loading branch information