mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-12-05 02:21:31 +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.initCommandHandling();
|
||||
this.initDeploymentNotifications();
|
||||
this.triggerFirstFSMStepIfNeeded();
|
||||
this.recoverIfNeeded();
|
||||
this.triggerFirstFSMStepIfNeeded();
|
||||
}
|
||||
|
||||
initCommandHandling() {
|
||||
|
Loading…
Reference in New Issue
Block a user