-
Notifications
You must be signed in to change notification settings - Fork 1.2k
webRTCStar discovery disabled by default #858
Comments
@pgte could you check your repo to see if this flag is correctly set? https://github.com/ipfs/js-ipfs/blob/master/src/init-files/default-config-browser.json#L15 |
I can see there is something, although discovery seems to be working: I don't get to have two nodes in different Chrome windows (or even one using Firefox) to see each other. This could be related with the new SS set up libp2p/js-libp2p-webrtc-star#111. Do you see the same behaviour? |
Interesting, it might be my current network configuration (in a coffee shop). The ICE is not working between browser to browser but browser to |
Seems like in that file, the property |
Still, no clue why 2 peers in the same machine are not finding each other. If we dial manually using connect, they dial successfully and exchange files. |
yeah, WebRTCStar Discovery is not being enabled :( hte whole Discovery disappears |
When I read "overwritten" I understood that somewhere in the code that was happening. thanks :) |
Against current master, to use webRTCStar discovery I had to set
config.Discovery.webRTCStar.Enabled
totrue
, even though I hadconfig.Addresses.Swarm
set to['/libp2p-webrtc-star/dns4/star-signal.cloud.ipfs.team/wss']
.I think this wasn't necessary before.
If not a bug, perhaps it should be added to the instructions.
The text was updated successfully, but these errors were encountered: