You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
naxvm
added a commit
to naxvm/pyemtmad
that referenced
this issue
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.
The text was updated successfully, but these errors were encountered: