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
I think calling self.close() is safer than self.connection = None when the connection is closed (here)
it prevent reconnection when you are in atomic transaction block
Seems the most straight forward thing would to not attempt retries when are in transaction, as that can only lead to some terrible bugs.
The text was updated successfully, but these errors were encountered: