forked from irods/python-irodsclient
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[_562] release old connection when redirecting
When data objects were opened on redirected host connections, the old connection was being leaked (overwritten without being properly released.) The accumulation of irods.Connection object in source iRODSSession's active pool caused agents to pile up rather than closing down and exiting as they should. Eventually this caused a failure to connect from the client.
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters