commit | 182f22a3f52ecc6565d74f2faa26eb58303db9ca | [log] [tgz] |
---|---|---|
author | Matt Rosencrantz <mattr@google.com> | Fri Sep 18 16:34:19 2015 -0700 |
committer | Matt Rosencrantz <mattr@google.com> | Fri Sep 18 16:34:19 2015 -0700 |
tree | 6715f8ac6fb6cd52df1e31f45806937c3c8ab5f7 | |
parent | 6d180ab4738c9eae056a6082a30115c7df1757de [diff] |
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
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.