-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Yes. Multiple tabs in the same browser can open the PWA. Each tab gets its own Peer ID. When the tab is closed, the PWA stops refreshing its lease of the Peer ID with the signaling server (registrar, PnP) and therefore the Peer ID is recycled by the server within a few seconds.
This error indicates that the PWA code within a single browser tab enters an invalid state in which the client is trying to obtain a new Peer ID from the signaling server while it already has one. Look for the condition that leads the client to ask for Peer ID after it is already given one. |
Beta Was this translation helpful? Give feedback.
-
Multiple Edge Device support via PWA is now implemented and merged: |
Beta Was this translation helpful? Give feedback.
Yes. Multiple tabs in the same browser can open the PWA. Each tab gets its own Peer ID. When the tab is closed, the PWA stops refreshing its lease of the Peer ID with the signaling server (registrar, PnP) and therefore the Peer ID is recycled by the server within a few seconds.
This error indicates that the PWA code withi…