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

🐛 bug fix: fix file descriptor leak #39

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

dmdhrumilmistry
Copy link
Collaborator

This PR addresses a file descriptor leak issue in the AsyncRequests class. The problem arises from not explicitly closing the TCPConnector after creating it for each request. Over time, this leads to a buildup of open file descriptors, potentially causing issues with the file descriptor limit.

@dmdhrumilmistry dmdhrumilmistry added the bug-fix PR raised for fixing bug label Jan 24, 2024
@dmdhrumilmistry dmdhrumilmistry self-assigned this Jan 24, 2024
@dmdhrumilmistry dmdhrumilmistry merged commit a544dcf into dev Jan 24, 2024
@dmdhrumilmistry dmdhrumilmistry deleted the open-file-descriptor-limit-bug-fix branch January 24, 2024 14:51
dmdhrumilmistry added a commit that referenced this pull request Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix PR raised for fixing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant