Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Some bad math with the JitterBuffer sequence tracking #254

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thatsnotright
Copy link

Description

I'm not sure what I was thinking, uint16 should wrap itself correctly.

Reference issue

Fixes #253

@thatsnotright thatsnotright self-assigned this May 2, 2024
Copy link

codecov bot commented May 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.45%. Comparing base (142f17f) to head (9814d5f).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #254      +/-   ##
==========================================
+ Coverage   72.39%   72.45%   +0.05%     
==========================================
  Files          79       79              
  Lines        3648     3648              
==========================================
+ Hits         2641     2643       +2     
+ Misses        870      869       -1     
+ Partials      137      136       -1     
Flag Coverage Δ
go 72.45% <100.00%> (+0.05%) ⬆️
wasm 70.55% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@thatsnotright thatsnotright force-pushed the rob/fix-253 branch 2 times, most recently from 1a036cf to 31069e2 Compare May 2, 2024 17:08
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.

Jitter Buffer error
1 participant