Skip to content

minimize errors in UDP connections (#246)#260

Merged
aler9 merged 1 commit into
mainfrom
fix/datagram
May 16, 2026
Merged

minimize errors in UDP connections (#246)#260
aler9 merged 1 commit into
mainfrom
fix/datagram

Conversation

@aler9

@aler9 aler9 commented May 16, 2026

Copy link
Copy Markdown
Member

Replaces #246

When the endpoint is datagram-based and there's an error, discard buffered data and skip directly to the next datagram.

@codecov

codecov Bot commented May 16, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 91.37931% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.30%. Comparing base (6103c60) to head (00729b4).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
channel.go 93.33% 2 Missing and 1 partial ⚠️
pkg/frame/reader.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #260      +/-   ##
==========================================
+ Coverage   80.21%   80.30%   +0.08%     
==========================================
  Files         729      729              
  Lines        7406     7450      +44     
==========================================
+ Hits         5941     5983      +42     
- Misses        834      836       +2     
  Partials      631      631              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

When the endpoint is datagram-based and there's an error, discard
buffered data and skip directly to the next datagram.
@aler9 aler9 merged commit 3cf1166 into main May 16, 2026
4 checks passed
@aler9 aler9 deleted the fix/datagram branch May 16, 2026 19:56
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