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

TCP connections persistence #4

Open
naxvm opened this issue Apr 26, 2018 · 0 comments
Open

TCP connections persistence #4

naxvm opened this issue Apr 26, 2018 · 0 comments

Comments

@naxvm
Copy link
Contributor

naxvm commented Apr 26, 2018

When several connections are made (for example on a threaded script which asks for many lines simultaneously), the OS can get fully loaded of open connections (with urllib3 returning a connection error).

Hence, the TCP connections which are opened with each call to the Wrapper should be properly closed when the transfer is completed.

naxvm added a commit to naxvm/pyemtmad that referenced this issue Apr 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant