maidsafe / sn_routing

Routing - specialised storage DHT
Other
278 stars 81 forks source link

fix: await on future for the stress test #2550

Closed maqi closed 3 years ago

maqi commented 3 years ago

This is required due the switching from mspc::unboundedSender to mspc::Sender. With the switch, furture send without await will be ignored.