mirror of
				https://source.quilibrium.com/quilibrium/ceremonyclient.git
				synced 2025-11-04 06:37:26 +00:00 
			
		
		
		
	fix: when error is returned as first response
This commit is contained in:
		
							parent
							
								
									dc065cc682
								
							
						
					
					
						commit
						d1079e17f0
					
				@ -102,6 +102,10 @@ func (e *MasterClockConsensusEngine) collect(
 | 
			
		||||
				},
 | 
			
		||||
			},
 | 
			
		||||
		)
 | 
			
		||||
		if err != nil {
 | 
			
		||||
			cc.Close()
 | 
			
		||||
			continue
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		for msg, err := syncClient.Recv(); msg != nil &&
 | 
			
		||||
			err == nil; msg, err = syncClient.Recv() {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user