probe-lab / go-kademlia

Generic Go Kademlia implementation
Other
17 stars 4 forks source link

Use scheduler with coordinator #80

Closed dennis-tra closed 11 months ago

dennis-tra commented 12 months ago

This is a draft PR just to track progress

iand commented 11 months ago

Have you tried adding a tiny delay to each enqueued action, such as 1ns? When i looked at this I suspected the problem was that every queued event was treated as being simultaneous.