Proposal
create long-lived streams between nodes to consolidate traffic, because...
- reduces latency opening new connections
- enables heartbeats to find peer failures faster
- each node could open and maintain a single outbound stream to each peer (right now, a connection is made for each message, which will cause problems at large scale)
Proposal
create long-lived streams between nodes to consolidate traffic, because...