Skip to content

Commit fbe0cba

Browse files
committed
Rotate release notes as part of the 0.5.1 release
1 parent 23adad5 commit fbe0cba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.release-notes/0.5.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Fix dispose() hanging when peer FIN is missed
2+
3+
Calling `dispose()` on a connection actor could hang indefinitely if the remote peer's FIN packet was missed due to edge-triggered event notification. This left the connection stuck in CLOSE_WAIT, which typically surfaced as test timeouts or connections that never cleaned up. The connection now performs an immediate teardown on `dispose()`, preventing the hang.
4+

.release-notes/next-release.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
## Fix dispose() hanging when peer FIN is missed
2-
3-
Calling `dispose()` on a connection actor could hang indefinitely if the remote peer's FIN packet was missed due to edge-triggered event notification. This left the connection stuck in CLOSE_WAIT, which typically surfaced as test timeouts or connections that never cleaned up. The connection now performs an immediate teardown on `dispose()`, preventing the hang.
4-

0 commit comments

Comments
 (0)