Recover from initial failed firehose state (#4211)
This commit is contained in:
parent
afab4d5129
commit
c0175af76a
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ export class MessagesEventBus {
|
||||||
}
|
}
|
||||||
case MessagesEventBusStatus.Error: {
|
case MessagesEventBusStatus.Error: {
|
||||||
switch (action.event) {
|
switch (action.event) {
|
||||||
|
case MessagesEventBusDispatchEvent.UpdatePoll:
|
||||||
case MessagesEventBusDispatchEvent.Resume: {
|
case MessagesEventBusDispatchEvent.Resume: {
|
||||||
// basically reset
|
// basically reset
|
||||||
this.status = MessagesEventBusStatus.Initializing
|
this.status = MessagesEventBusStatus.Initializing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue