probe-lab / go-kademlia

Generic Go Kademlia implementation
Other
17 stars 4 forks source link

Fix race in coordinator test #99

Closed iand closed 10 months ago

iand commented 10 months ago

Test was reading from the routing table while the simulator was running in a separate goroutine. Also fixed simulator responding to context cancelation.

iand commented 10 months ago

Superceded by https://github.com/plprobelab/go-kademlia/pull/102