Track tasks and feature requests
Join 40 million developers who use GitHub issues to help identify, assign, and keep track of the features and bug fixes your projects need.
Sign up for free See pricing for teams and enterprisesFix 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.