Skip to content
Snippets Groups Projects
Commit 1b650458 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

swarm-call: avoid duplicate active call on merge

If two users were starting a call at the same time, activeCalls
was filled with a duplicate active call. This was due because
the merge commit re-announce all commits where the linearized
parent potentially changed, causing a call to be added two times
in the vector.

Also add a fail-safe to avoid this in the future (will only print
a log in the back-end).

Change-Id: Ie419a419c13abcfb44e3c758fa40845f492504ae
parent c3f9ea3d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment