Skip to content

Commit b27b242

Browse files
committed
Update release notes for PR #114
1 parent 148eb94 commit b27b242

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.release-notes/fix-close-during-init.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

.release-notes/next-release.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Fix crash when closing a connection during setup
2+
3+
Closing or disposing a connection while it was still being set up (before internal initialization completed) could crash the program. This was a race condition that was unlikely but possible, particularly on arm64. Connections now handle early close safely.
4+

0 commit comments

Comments
 (0)