ref/runtime/internal/rpc/stream/manager: Fix test hang.

The problem is that the test opens a net.Conn to a stream manager
(just using net.Dial) and then never writes on it.
When we start trying to accept a VIF we have no way of timing out
or cancelling that operation.  We should fix that, but I only
want to deal with it in the new implementation, so for now
I just close the net.Conn which allows everything to shut down.

Change-Id: Ic683ed647ed5475b8287b06d2755edcf10beacea
2 files changed
tree: 6715f8ac6fb6cd52df1e31f45806937c3c8ab5f7
  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.