This commit is contained in:
icey-yu 2024-07-03 15:39:59 +08:00 committed by GitHub
parent 644eaf996c
commit f231ea1f21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -158,7 +158,6 @@ func Start[T any](ctx context.Context, discovery *config2.Discovery, prometheusC
}
return nil
case <-netDone:
close(netDone)
return netErr
}
}