Skip to content
Snippets Groups Projects
Commit 68b59833 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Merge remote-tracking branch 'origin/peppa/newClient' into XX-2632

parents 69e00ff7 a68fa241
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,9 @@ func (m *Manager) getMessagesFromGateway(roundInfo *pb.RoundInfo, ...@@ -68,7 +68,9 @@ func (m *Manager) getMessagesFromGateway(roundInfo *pb.RoundInfo,
} }
// if the gateway doesnt have the round, return an error // if the gateway doesnt have the round, return an error
if !msgResp.GetHasRound() { if !msgResp.GetHasRound() {
rid := id.Round(roundInfo.ID)
m.p.Done(rid) m.p.Done(rid)
m.Session.GetCheckedRounds().Check(rid)
return message.Bundle{}, errors.Errorf("host %s does not have "+ return message.Bundle{}, errors.Errorf("host %s does not have "+
"roundID: %d", gwHost.String(), rid) "roundID: %d", gwHost.String(), rid)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment