mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 12:22: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.webSocketService.connect();
 | 
				
			||||||
    this.initCommandHandling();
 | 
					    this.initCommandHandling();
 | 
				
			||||||
    this.initDeploymentNotifications();
 | 
					    this.initDeploymentNotifications();
 | 
				
			||||||
    this.triggerFirstFSMStepIfNeeded();
 | 
					 | 
				
			||||||
    this.recoverIfNeeded();
 | 
					    this.recoverIfNeeded();
 | 
				
			||||||
 | 
					    this.triggerFirstFSMStepIfNeeded();
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  initCommandHandling() {
 | 
					  initCommandHandling() {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user