mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-30 02:02:48 +00:00
Fix premature channel close on clean startup
This commit is contained in:
parent
2b410cb749
commit
eeeeeea3d8
@ -95,6 +95,8 @@ func (a *MemAlerts) Subscribe() AlertIterator {
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
<-done
|
||||
}()
|
||||
|
||||
return memAlertIterator{
|
||||
|
Loading…
Reference in New Issue
Block a user