-
Notifications
You must be signed in to change notification settings - Fork 182
Add IceCandidatePairStats #809
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
Add IceCandidatePairStats #809
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #809 +/- ##
=======================================
Coverage 86.56% 86.57%
=======================================
Files 43 43
Lines 5636 5676 +40
=======================================
+ Hits 4879 4914 +35
- Misses 596 600 +4
- Partials 161 162 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
c32d97e to
bee1e31
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, thank you @philipch07 :)
|
Hopefully isn't too CPU intensive taking the lock every time to get the inbound data. Might have to find a way to make that cheaper, hopefully not :) |
Thanks for the feedback! That's a good point about the locking mechanism: from a quick search, [edit: I was wrong]. I can look into improving this tomorrow when I get back from work! update: I think the |
bee1e31 to
666311d
Compare
666311d to
a2fe985
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool
|
If this is based off of the original PR it would have been nice to acknowledge that in this PR commit with a co-author. The original PR didn't move forward simply because of no feedback... it's not an issue for me... but imagine someone tries to make their first commit to the project, the PR stalls, then someone comes along and makes a new PR and merges that... not great from a encouragement perspective. @Sean-Der |
You're correct, sorry about that. I forgot that it's possible to acknowledge co-authors in commits, so that's my fault. I did refer to this pr and the original issue where applicable, but I agree that someone coming along and being able to get their PR merged in first can be frustrating. At the same time, the original PR was up for a long time: a little over a year ago. Regardless, I will leave a comment to ask if the author is still around in the future. Thank you for the feedback, I really appreciate it. |
|
Super glad to have this in! Thanks for expanding on the previous PR to get this done! |
|
No problem, and thank you for starting with your initial PR! |
Description
Attempts to add IceCandidatePairStats + updates the respective tests. All feedback is welcome!
Reference issue
Fixes an old-ish issue in webrtc
This is an attempt at completing #721