mirror of
				https://source.quilibrium.com/quilibrium/ceremonyclient.git
				synced 2025-11-04 11:47:28 +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 &&
 | 
							for msg, err := syncClient.Recv(); msg != nil &&
 | 
				
			||||||
			err == nil; msg, err = syncClient.Recv() {
 | 
								err == nil; msg, err = syncClient.Recv() {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user