Skip to content
Snippets Groups Projects
Commit f21a23a2 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

improved comments

parent 212378b7
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,9 @@ func (m *Manager) SendE2E(msg message.Send, param params.E2E) ([]id.Round, error
}(i)
}
// while waiting check if any rekeys need to happen and trigger them. This
// can happen now because the key popping happens in this thread,
// only the sending is parallelized
keyExchange.CheckKeyExchanges(m.Context, partner)
wg.Wait()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment