sociomantic-tsunami / dlsproto

Distributed Log Store protocol definition, client, fake node, and tests
Boost Software License 1.0
3 stars 18 forks source link

Send GetRange.Finished on the node error #46

Closed nemanja-boric-sociomantic closed 6 years ago

nemanja-boric-sociomantic commented 6 years ago

In case there's an error during the request, node will send Finished message to the client, indicating that the request has finished. This is transitional and non-ideal fix, since the client can't know that there was an error during the request.