Skip to content

Fix RC in data_channel_test.exs #189

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

Merged
merged 1 commit into from
Jan 30, 2025
Merged

Fix RC in data_channel_test.exs #189

merged 1 commit into from
Jan 30, 2025

Conversation

mickel8
Copy link
Member

@mickel8 mickel8 commented Jan 30, 2025

PeerConnection.send_data is asynchronous, so before checking stats, we need to ensure that the other side received our messages.

@mickel8 mickel8 requested a review from sgfn January 30, 2025 11:59
Copy link

codecov bot commented Jan 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.64%. Comparing base (f87341e) to head (da18cb6).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #189      +/-   ##
==========================================
- Coverage   84.72%   84.64%   -0.08%     
==========================================
  Files          49       49              
  Lines        2507     2507              
==========================================
- Hits         2124     2122       -2     
- Misses        383      385       +2     

see 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f87341e...da18cb6. Read the comment docs.

Copy link
Member

@sgfn sgfn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3

@mickel8 mickel8 merged commit 4922e0d into master Jan 30, 2025
3 checks passed
@mickel8 mickel8 deleted the dc-rc branch January 30, 2025 15:33
@mickel8 mickel8 mentioned this pull request Feb 7, 2025
63 tasks
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.

2 participants