mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-10 18:25:17 +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