Allow Concurrent Peer Connections w/ same UID #1233
xizhao
started this conversation in
Ideas & Feature requests
Replies: 0 comments 6 replies
-
Notice: push was an in-progress and untested. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't quite understand what this is (re: 'concurrent'). You can already use a Peer to connect to multiple other Peers, or even create multiple Peers per client. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It can be useful for a chat, when you send a message to somebody the message is deliverd to every devices (i.e. a mobile phone, a computer, a tablet). The client (or the server) doesn't need to find the good UID. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Allow multiple instances of the same peer (id) to be connected concurrently.
Note: PeerJS will have to be modified as well to multicast messages to concurrent peers.
Beta Was this translation helpful? Give feedback.
All reactions