-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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:issue#1212 candidate with empty string #1584
Conversation
@scorpionknifes this looks great to me! I would be happy to take this today :)
|
@scorpionknifes |
6e0b7c7
to
98da941
Compare
Codecov Report
@@ Coverage Diff @@
## master #1584 +/- ##
==========================================
- Coverage 75.10% 75.08% -0.03%
==========================================
Files 79 79
Lines 5612 5619 +7
==========================================
+ Hits 4215 4219 +4
- Misses 1025 1026 +1
- Partials 372 374 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
I'm gonna need to take a deeper look |
If think if you move your test into For the race I would update |
2d3d285
to
ac78a8b
Compare
Pass empty string candidate.Candidate into pion/ice to handle. Co-authored-by: JooYoung <[email protected]>
ac78a8b
to
a869563
Compare
if agent == nil { | ||
return fmt.Errorf("%w: unable to add remote candidates", errICEAgentNotExist) | ||
} |
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.
Anyway, I can cover this by setting agent=nil in test?
Merged with 3eb51d8 Fantastic work @scorpionknifes really appreciate all the work you have been doing lately? Do you have a Twitter? I would love to give you a shout out for all the great work you are doing (if not will just do your GitHub) |
Description
based on #1428 (comment)
merge after pion/ice accept nil candidate pion/ice#315 (comment)
thx @DevRockstarZ for PR #1428
Reference issue
Fixes #1212