Closed sethhrbek closed 2 years ago
@sethhrbek: this is surprising because we test message delivery in our test suite. Can you please put together a reproduction case that maintainers can easily run?
Also, is there any reason you're not using gossipsub?
Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 7 days.
This issue was closed because it is missing author input.
When creating a node with the following configuration:
The newer versions of floodSub (>=2.0.0) don't work (messages don't get transferred between nodes). The farthest I've diagnosed this issue is the pubsub peer list is returning an empty array, despite the node having peers (
this.node.getPeers()
returns a populated array,this.node.pubsub.peers
returns empty).This issue does not exist when using floodsub < 2.0.0 (pubsub peer list is populated and pubsub messaging works).
Tested the issue on libp2p
0.37.2
and0.37.3