Closed Liquid-Blocks closed 2 years ago
Hi @Liquid-Blocks, This issue is already resolved. correct? I have tested on the newest version. It seems fine. If ok, I will close this issue. or else, just help to tell me if we have any other issues relate to this.
Yes this issue seems to have been solved during the latest updates
In the
RemoteController
, there should be a verification to prevent users from being connected twice.RemoteController.connectToPeer(peerId)
on a peer we are already connected to.RemoteController.connections.push(newConnection)
, to prevent doubles in the array.