-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
repo-panama
During an experiment to change the implementation, it was discovered that if a call to acquire0 in the BindingSepcializer fails with an exception, the corresponding cleanup code in the 'finally block' will still call release on the session.
We should only call release on a session when acquire succeeds.
We should only call release on a session when acquire succeeds.