js-libp2p-gossipsub
js-libp2p-gossipsub copied to clipboard
feat: add batch mode to publish api
Description
- Add batch mode to publish() api
- No need to consider the cached control messages
- Encode length prefixed data and same this same data to all outbound raw stream
Closes #344