Fix FSM initial step and state recover race condition

This commit is contained in:
Kristóf Tóth 2018-08-03 17:09:45 +02:00
parent 96d71caf08
commit 1d47e1df9b

View File

@ -43,8 +43,8 @@ export class DashboardComponent implements OnInit, OnDestroy {
this.webSocketService.connect();
this.initCommandHandling();
this.initDeploymentNotifications();
this.triggerFirstFSMStepIfNeeded();
this.recoverIfNeeded();
this.triggerFirstFSMStepIfNeeded();
}
initCommandHandling() {