NinesStack / sidecar

Gossip-based service discovery. Docker native, but supports non-container discovery, too.
MIT License
69 stars 7 forks source link

Update go-dockerclient #42

Closed mihaitodor closed 5 years ago

mihaitodor commented 5 years ago

I noticed that sometimes Sidecar dies with panic: send on closed channel at vendor/github.com/fsouza/go-dockerclient/event.go:344 I traced this down to a bug in go-dockerclient which has been fixed here and here.