maidsafe / sn_routing

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

functions calling `send` in comm ignore the result of the `send` #2480

Closed Dylan-DPC-zz closed 3 years ago

Dylan-DPC-zz commented 3 years ago

The result of Comm::send is ignored when the function is called. This should be change to reflect the logic of what's to be done if message hasn't been sent to the minimum delivery group size.

maqi commented 3 years ago

no longer relevant.