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

Update turn to v1.3.2 #81

Merged
merged 2 commits into from
Jul 17, 2019
Merged

Update turn to v1.3.2 #81

merged 2 commits into from
Jul 17, 2019

Conversation

enobufs
Copy link
Member

@enobufs enobufs commented Jul 17, 2019

This is related to pion/webrtc#740

The test with the PR (pion/webrtc#740) was failing because pion/turn had an unportable code which was caused the build failure for wasm.

This PR includes pion/turn@v1.3.2 which removed the offending code.

Also, there was a bug in CandidateRelay. TURN client's local conn (socket) was not closed on Agent.Close(), (was closing relayConn twice instead) and was causing "unexpected goroutine error".

Also update pion/transport to v0.8.6
Relates to pion/webrtc#740
TURN client's loc conn was not closed when agent.Close() was called
Relates to pion/webrtc#740
@enobufs
Copy link
Member Author

enobufs commented Jul 17, 2019

@Sean-Der Now, what is failing is TestMulticastDNSOnlyConnection again.
pion/webrtc#740 is passing already with this branch - so I'm confident this time. Almost there!

@Sean-Der Sean-Der merged commit a1667f5 into master Jul 17, 2019
@Sean-Der Sean-Der deleted the update-turn-to-v1.3.2 branch July 22, 2019 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants