moby--moby/container/stream
Brian Goff 0f51477017 Fix fd leak on attach
With a full attach, each attach was leaking 4 goroutines.
This updates attach to use errgroup instead of the hodge-podge of
waitgroups and channels.

In addition, the detach event was never being sent.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2018-05-31 10:11:18 -04:00
..
attach.go Fix fd leak on attach 2018-05-31 10:11:18 -04:00
streams.go Add canonical import comment 2018-02-05 16:51:57 -05:00