We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, we fire a busy event with the following error:
busy
Pair code `${pairCode}` already in use
We should be able to connect to a small number of peers (à la https://github.com/feross/simple-peer#connecting-more-than-2-peers). We should also document it.
Thoughts, @potch?
Related projects:
The text was updated successfully, but these errors were encountered:
allow multiple peer connections, by first disconnecting others (for i…
06e3583
…ssue cvan#48)
f07b054
Merge pull request #49 from WebVRRocks/replace-peer-connections
569d540
allow multiple peer connections, by first disconnecting others (for issue #48)
No branches or pull requests
Right now, we fire a
busy
event with the following error:We should be able to connect to a small number of peers (à la https://github.com/feross/simple-peer#connecting-more-than-2-peers). We should also document it.
Thoughts, @potch?
Related projects:
The text was updated successfully, but these errors were encountered: