Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
When reading multiple entries with
LedgerHandle.asyncReadEntries()
, in case there is a read error, the callback is currently being invoked for each of the requested entries.
Since a single "success" callback is expected, we should also have a single "failure" callback invocation.