Recover from initial failed firehose state (#4211)

This commit is contained in:
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

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