Cyrille Verrier
Cyrille Verrier
Steps to reproduce: `make test` / `go test -v` / `go test -v -race` Some of the tests fail randomly with `t.Errorf("timeout")` when trying to receive a new message from...
```go func newChanneler(sockType int, endpoints string, subscribe []string, options []SockOption) *Channeler { ... c := &Channeler{ id: rand.Int63(), ... } c.commandAddr = fmt.Sprintf("inproc://actorcontrol%d", c.id) c.proxyAddr = fmt.Sprintf("inproc://proxy%d", c.id) ... }...
# Issue: The files created by xgo tools have `root:root` ownership because `docker` daemon runs as root. This leads to inconvenience such as not able to clean the files without...