internal/flow/manager: Change test that uses same manager for dialer
and acceptor.

When a manager is used for both ends of a conn, one conn gets overwritten
in the cache, causing the test to leak goroutines.
Until we decide upon the right way to deal with this, change the test
so that go-race can become green again.

Change-Id: Ib52b5642951e41922732f4b19a9cafaf16662376
1 file changed
tree: b195dfdab869694562407ee4800a17a6e2f072d1
  1. cmd/
  2. examples/
  3. internal/
  4. lib/
  5. runtime/
  6. services/
  7. test/
  8. .gitignore
  9. AUTHORS
  10. CONTRIBUTING
  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.