Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upFix WebRTC "glare" issue #401
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When two peers try to connect to each other at the same time, they will both destroy each other's connections, because they will each see that they already have a connection attempt pending to that peer.
Discussed with @jhiesey.