-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Description
Hey,
we currently deployed an production app with Trystero . We noticed that about 60% of the connections within a room don't get established. One room has always 2 peers in it. This is what we get when we log the rootSubscribe
and selfSubscribe
onMessage handlers:

We can see that 2 peers are active, but nothing more happens. The room.onPeerJoin
callback is never fired.
To check if there are any WebRTC issues, we've also set iceTransportPolicy: "relay"
to force using one of the TURN servers. But even that didn't fix the issue in production, there are still many connections like the one in the picture.
Metadata
Metadata
Assignees
Labels
No labels