Closed oleksiyk closed 10 years ago
This fixes the Protocol Buffers client to return all siblings instead of the first one. It will also return a similar structure for each sibling in reply as HttpClient does:
[ { meta: {lastMod, contentType, data, vclock, ...}, data: {} }, ... ]
Hey, any reason this got closed again before merging?
The https://github.com/nlf/riakpbc (and underlying protobuf.js) is going through major refactoring right now so this pull request has no sense.
This fixes the Protocol Buffers client to return all siblings instead of the first one. It will also return a similar structure for each sibling in reply as HttpClient does: