Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "Too many open files" #257

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Fix "Too many open files" #257

merged 1 commit into from
Apr 16, 2024

Conversation

NeffIsBack
Copy link
Contributor

Due to not properly closing the connection there are too many file descriptors when scanning large ranges. This Patch attempts to fix this problem, which resulted in a "Too many open files" exception.

@NeffIsBack NeffIsBack added the bug-fix This Pull Request fixes a bug label Apr 16, 2024
@NeffIsBack NeffIsBack merged commit 9662ef6 into main Apr 16, 2024
6 checks passed
@NeffIsBack NeffIsBack deleted the neff-fix-too-many-files branch April 16, 2024 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix This Pull Request fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants