From a91913eba775cb6b9bc96069e3b2cee0221d8978 Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Thu, 2 Feb 2017 15:32:59 +0100 Subject: [PATCH] Updated LES-TODOS --- LES-TODOS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LES-TODOS b/LES-TODOS index dbb9c79e82..447c90a444 100644 --- a/LES-TODOS +++ b/LES-TODOS @@ -114,5 +114,6 @@ OpenIssues Hacki ---------------- * validate geoIndex shortcut. It now sets _done = true earlier => test if break. * batchSize == 0 ? What Happens? ASSERT ok? React gracefully? -* Should next(cb) return bool hasMore? * HashIndex Lookup into a still local buffer, could be replaced by callback as well. +* SingleServerTraverser API does NOT takeover responsibility for slice data. getMore() hapes slices to not go away + * This API can be improved if we make better use of those callbacks.