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
The refactoring in #606 broke the closing sequence for transacted
sessions, as a closed flag was set to true on closing and a method
called in the closing checks the flag.
This commit adds a closing flag to make the closing idempotent and sets
the closed flag to true when the session is closed.
References #606
(cherry picked from commit 3a227a8)
0 commit comments