mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-03 11:52:40 +00:00
Fix FSM initial step and state recover race condition
This commit is contained in:
parent
96d71caf08
commit
1d47e1df9b
@ -43,8 +43,8 @@ export class DashboardComponent implements OnInit, OnDestroy {
|
|||||||
this.webSocketService.connect();
|
this.webSocketService.connect();
|
||||||
this.initCommandHandling();
|
this.initCommandHandling();
|
||||||
this.initDeploymentNotifications();
|
this.initDeploymentNotifications();
|
||||||
this.triggerFirstFSMStepIfNeeded();
|
|
||||||
this.recoverIfNeeded();
|
this.recoverIfNeeded();
|
||||||
|
this.triggerFirstFSMStepIfNeeded();
|
||||||
}
|
}
|
||||||
|
|
||||||
initCommandHandling() {
|
initCommandHandling() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user