Skip to content

Udp Writer Fix#130

Merged
ecbadeaux merged 4 commits into
mainfrom
UDPWriterFix
Jun 24, 2026
Merged

Udp Writer Fix#130
ecbadeaux merged 4 commits into
mainfrom
UDPWriterFix

Conversation

@ecbadeaux

Copy link
Copy Markdown
Contributor

Bug was size-triggered flushes were queued behind the async socket operation, but the buffer was not snapshotted until that queued flush actually ran. During a hot synchronous burst, more writes kept appending to the same buffer before the flush executed, so one UDP packet could grow far beyond the intended buffer size.

@ecbadeaux
ecbadeaux merged commit 56abaa9 into main Jun 24, 2026
3 checks passed
@ecbadeaux
ecbadeaux deleted the UDPWriterFix branch June 24, 2026 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant