nictuku / dht

Kademlia/Mainline DHT node in Go.
Other
826 stars 144 forks source link

Cleaner shutdown #50

Closed mjgarton closed 8 years ago

mjgarton commented 8 years ago

Wait to ensure various goroutines are exiting before we consider ourselves stopped, so use a waitgroup for all running goroutines and Wait() for it in Stop()

nictuku commented 8 years ago

Cool stuff. Thanks!