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

Timeout in Turn should not interrupt Component Gathering #17

Closed
wants to merge 9 commits into from

Conversation

TanjaBayer
Copy link

I tried to follow the suggestions Originally posted by @lgrahl in #16 (comment)

But due to problems with asyncio.gather on the server_reflexive_candidate function I implemented it in two steps (It throws gaierror(-2, 'Name or service not known'))

@codecov
Copy link

codecov bot commented Dec 4, 2019

Codecov Report

Merging #17 into master will decrease coverage by 0.1%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
- Coverage     100%   99.89%   -0.11%     
==========================================
  Files           8        8              
  Lines         964      971       +7     
==========================================
+ Hits          964      970       +6     
- Misses          0        1       +1
Impacted Files Coverage Δ
src/aioice/turn.py 99.41% <100%> (-0.59%) ⬇️
src/aioice/ice.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

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

@TanjaBayer
Copy link
Author

If someone knows how to add a test for that I would be happy about suggestion, I was not able to come up with a test for that case...

@jlaine jlaine closed this Nov 4, 2020
@jlaine jlaine deleted the branch aiortc:master November 4, 2020 13:21
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