libp2p / go-libp2p-pubsub

The PubSub implementation for go-libp2p
https://github.com/libp2p/specs/tree/master/pubsub
Other
309 stars 178 forks source link

Replace fragmentRPC with appendOrMergeRPC #557

Closed MarcoPolo closed 2 months ago

MarcoPolo commented 2 months ago

This will allow us to add more logic around when we split/merge messages. It will also allow us to build the outgoing rpcs as we go rather than building one giant rpc and then splitting it.