Recover from initial failed firehose state (#4211)

zio/stable
Eric Bailey 2024-05-24 13:50:50 -05:00 committed by GitHub
parent afab4d5129
commit c0175af76a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ export class MessagesEventBus {
}
case MessagesEventBusStatus.Error: {
switch (action.event) {
case MessagesEventBusDispatchEvent.UpdatePoll:
case MessagesEventBusDispatchEvent.Resume: {
// basically reset
this.status = MessagesEventBusStatus.Initializing