Recover from initial failed firehose state (#4211)
parent
afab4d5129
commit
c0175af76a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue