rust-ipfs icon indicating copy to clipboard operation
rust-ipfs copied to clipboard

refactor: Remove broadcast from GossipStream

Open dariusc93 opened this issue 1 year ago • 0 comments

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.

dariusc93 avatar Sep 09 '23 12:09 dariusc93