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