wspr: Revert 74e84b456ac998e5487646e8b2a565194146f1c5 with a fix for a
race.  The issue was that we weren't holding the lock when we did the
w.Send in sendRPCResponse , which allowed the sends themselves to be
re-ordered.  I'm not convinced that this is the only race, but I can't
get the namespace browser tests to fail locally any more.

MultiPart: 2/2
Change-Id: I91601bbf922156ff269199ef3c5254f5cfe438ff
3 files changed
tree: 7d00892297224ed02a2a06b786ff174b35ef2edc
  1. cmd/
  2. envvar/
  3. examples/
  4. internal/
  5. lib/
  6. profiles/
  7. services/
  8. test/
  9. .gitignore
  10. AUTHORS
  11. CONTRIBUTORS
  12. LICENSE
  13. PATENTS
  14. README.md
  15. 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.