Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x/ref/runtime/internal/rpc: fix proxymgr shutdown race (#410)
Ensure that the proxymanager's monitoring goroutine terminates before the proxymanager itself terminates. This avoids a race between the monitoring goroutine issuing new RPCs to the mounttable and the runtime being shutdown. This fixes #409.
- Loading branch information