diff --git a/pkg/util/merge_context.go b/pkg/util/merge_context.go index 9a44ec1..3413c12 100644 --- a/pkg/util/merge_context.go +++ b/pkg/util/merge_context.go @@ -39,7 +39,6 @@ func (m mergeContext) Done() <-chan struct{} { } go func(cases []reflect.SelectCase, ch chan struct{}) { _, _, _ = reflect.Select(cases) - ch <- struct{}{} close(ch) }(cases, ch) return ch