Replies: 1 comment 2 replies
-
The The updated peer data should be available via a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use
peerStore.merge
, but I can't seem to get it to work correctly. The goal is to make this newmetadata
field available to all other peers during thepeer:discovery
event.Here's what I'm trying to do at peer creation time of my peer instance(peerId), want share meta info with other peers:
After running this code, I expect the new
metadata
field to be visible to other peers during thepeer:discovery
event, but it doesn't seem to be propagated.in other peer:
peerInfo contains empty Map(0) metadata, this is console.log outout:
Has anyone experienced something similar or have any suggestions on how to resolve this issue? Any advice would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions