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

Merge branch 'release' of gitlab.com:elixxir/client into release

parents 5c5a5891 7bbcd7ae
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,9 @@ func (m *Manager) SendCMIX(msg format.Message, param params.CMIX) (id.Round, err ...@@ -48,6 +48,9 @@ func (m *Manager) SendCMIX(msg format.Message, param params.CMIX) (id.Round, err
jww.TRACE.Printf("SendCMIX GetUpcommingRealtime") jww.TRACE.Printf("SendCMIX GetUpcommingRealtime")
//find the best round to send to, excluding attempted rounds //find the best round to send to, excluding attempted rounds
bestRound, _ := m.Instance.GetWaitingRounds().GetUpcomingRealtime(remainingTime, attempted) bestRound, _ := m.Instance.GetWaitingRounds().GetUpcomingRealtime(remainingTime, attempted)
if bestRound == nil{
continue
}
if (bestRound.Timestamps[states.REALTIME] + sendTimeBuffer) > if (bestRound.Timestamps[states.REALTIME] + sendTimeBuffer) >
uint64(time.Now().UnixNano()) { uint64(time.Now().UnixNano()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment