This commit is contained in:
2022-09-10 13:08:16 +02:00
parent 33ac911f9c
commit 78c0c309d7
5 changed files with 28 additions and 5 deletions

View File

@@ -139,7 +139,7 @@ func (m *Manager) shutdown(ctx context.Context) error {
go func(ctx context.Context) {
for _, c := range closers {
c.Close(ctx)
c.Stop(ctx)
}
shutdownChan <- struct{}{}