libp2p / js-libp2p-pubsub-peer-discovery

A js-libp2p module that uses pubsub for mdns like peer discovery
Other
11 stars 6 forks source link

fix: only emit event when there are topic peers #129

Closed achingbrain closed 11 months ago

achingbrain commented 11 months ago

To prevent gossipsub needing to be configured to publish messages that will go no-where, check that there are topic peers before publishing a message.

Change checklist