ssbc / ssb-ebt

secure scuttlebutt replication with epidemic-broadcast-trees
MIT License
18 stars 10 forks source link

only request feeds from a single peer at a time. #5

Closed dominictarr closed 5 years ago

dominictarr commented 6 years ago

currently, every connection opens as the main connection, turned on 100% this means if you connect to two peers at once, you end up receiving many messages twice. instead, open new connections in lazy mode, which will switch into eagre mode if they have a newer message.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.