mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
0f51477017
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> |
||
---|---|---|
.. | ||
attach.go | ||
streams.go |