v.io/x/ref/services/syncbase: fix Vanadium iterator usage

Vanadium iterators requires that before dropping them on the floor, either
Cancel() be called, or Advance() must have been called and returned false.
Without this, we risk leaks of resources incorporated in the iterators.

MultiPart: 2/2
Change-Id: Id4da14526f2c08b1284593ed1758f3fa797230bd
3 files changed
tree: 7684139a5ec02b38954950fadc6b634d21e35d94
  1. cmd/
  2. examples/
  3. internal/
  4. lib/
  5. runtime/
  6. services/
  7. test/
  8. .gitignore
  9. AUTHORS
  10. CONTRIBUTING.md
  11. CONTRIBUTORS
  12. envvar.go
  13. envvar_test.go
  14. LICENSE
  15. PATENTS
  16. README.md
  17. VERSION
README.md

Vanadium

This repository contains a reference implementation of the Vanadium APIs.

Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.