Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/thanos/receive: fix close chan panic
This commit fixes a panic caused by sending on the chan which is closed too early. This chan was closed when the setup func returned, rather than when the group's goroutine returned. Fixes: thanos-io#1594 Signed-off-by: Lucas Servén Marín <[email protected]>
- Loading branch information