rust-ipfs
rust-ipfs copied to clipboard
refactor: Remove broadcast from GossipStream
This implementation removes broadcast altogether and instead would have multiple senders for each stream. Additionally, this implementation will queue messages to topic we are subscribed to and send it to the stream when the sender is ready.