TBR: rpc/stream/vc: Fix race in vc_test that is currently affecting Jenkins.

This race was introduced in cl 9932.  In the process of that change I
made HanshakeAcceptedVC blocking mistakenly which led me to introduce
more concurrency into the test.  The blocking problem was caught and
fixed during review, but the additional concurrency in the test remained.
This can cause a race because, in the test, the client can start sending
data to the server VC before it's listener has been created which
eventually causes a panic.

Change-Id: I3a5646ab60db5edf5e97afa85faa208804b6d822
1 file changed
tree: e041545211279811456b7c754c743225283228b6
  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

This is the code repository containing a reference implementation of the Vanadium project API.