koinos / koinos-p2p

The p2p microservice orchestrates the distribution of blocks and transactions between peers.
MIT License
6 stars 4 forks source link

Maybe fix duplicate block applications ¯\_(ツ)_/¯ #236

Closed mvandeberg closed 1 year ago

mvandeberg commented 1 year ago

Brief description

Duplicate block applications would both get requested. This fixes the behavior to not have multiple application requests in flight at the same time.

Checklist

Demonstration