Skip to content

Conversation

@jsvd
Copy link
Member

@jsvd jsvd commented Mar 24, 2016

currently get_connections asks the connection collection for a
connection and then, under certain conditions, executes reload_connections
which can close the retrieved connection if the used transport implements
the __close_connections method

This patch reorders the get_connection code so that the connection
retrieval happens as late as possible (after reload_connections)

currently get_connections asks the connection collection for a connection and then, under certain conditions, executes reload_connections which can close the retrieved connection if the used transport implements the __close_connections method This patch reorders the get_connection code so that the connection retrieval happens as late as possible (after reload_connections)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

1 participant