mirror of
https://github.com/prometheus/alertmanager
synced 2024-12-26 16:12:20 +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