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

Initiate connection when we receive SDP and don't connect when null #5451

Merged
merged 8 commits into from
Feb 22, 2025

Conversation

iterion
Copy link
Contributor

@iterion iterion commented Feb 21, 2025

Sometimes clients were gathering ice candidates faster than we returning the SDP answer, which meant we tried to parse a null as the remote description.

Copy link

qa-wolf bot commented Feb 21, 2025

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

Copy link

vercel bot commented Feb 21, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
modeling-app ✅ Ready (Inspect) Visit Preview Feb 22, 2025 4:16pm

Copy link

codecov bot commented Feb 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.02%. Comparing base (f2a6492) to head (2ae5844).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5451   +/-   ##
=======================================
  Coverage   86.02%   86.02%           
=======================================
  Files          95       95           
  Lines       35754    35754           
=======================================
  Hits        30757    30757           
  Misses       4997     4997           
Flag Coverage Δ
wasm-lib 86.02% <ø> (ø)

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.

Sometimes clients were gathering ice candidates faster than we returning
the SDP answer, which meant we tried to parse a null as the remote
description.

Clean up tsc error and add log on timeout
@iterion iterion force-pushed the initiate-connection-on-sdp-answer-and-guard-null branch from 14e53d6 to 77cf058 Compare February 21, 2025 16:18
@lf94 lf94 merged commit 9db6900 into main Feb 22, 2025
35 checks passed
@lf94 lf94 deleted the initiate-connection-on-sdp-answer-and-guard-null branch February 22, 2025 17:38
@maxammann
Copy link

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.

3 participants