Skip to content

Commit b47d499

Browse files
committed
Fix session closing sequence
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
1 parent d545cf7 commit b47d499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

3.x/3.5.0-SNAPSHOT/htmlsingle/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@ <h2 id="further-reading"><a class="anchor" href="#further-reading"></a>Further R
17851785
<div id="footer">
17861786
<div id="footer-text">
17871787
Version 3.5.0-SNAPSHOT<br>
1788-
Last updated 2025-06-25 06:06:54 UTC
1788+
Last updated 2025-06-25 12:57:43 UTC
17891789
</div>
17901790
</div>
17911791
</body>

3.x/snapshot/htmlsingle/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@ <h2 id="further-reading"><a class="anchor" href="#further-reading"></a>Further R
17851785
<div id="footer">
17861786
<div id="footer-text">
17871787
Version 3.5.0-SNAPSHOT<br>
1788-
Last updated 2025-06-25 06:06:54 UTC
1788+
Last updated 2025-06-25 12:57:43 UTC
17891789
</div>
17901790
</div>
17911791
</body>

0 commit comments

Comments
 (0)