sociomantic-tsunami / dlsproto

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

GetRange notification types started, suspended and resumed are removed #75

Closed nemanja-boric-sociomantic closed 6 years ago

nemanja-boric-sociomantic commented 6 years ago

Since the GetRange v1, the request is immediately ready to be suspended, and it also suspends and resumes instantly, without waiting for the nodes. This makes started, suspended and removed notification types useless and they are now removed. The started notification should be replaced with the code that follows the creation of the request, and the code for suspend/resume should be removed and it should be assumed that the client will suspend/resume immediately.

nemanja-boric-sociomantic commented 6 years ago

Good catch about UsageExamples - they were fixed, but the comments were outdated.

nemanja-boric-sociomantic commented 6 years ago

Ping :-)