Skip to content
Snippets Groups Projects
  1. Feb 24, 2023
  2. Feb 23, 2023
  3. Feb 22, 2023
  4. Feb 20, 2023
  5. Feb 15, 2023
  6. Feb 10, 2023
  7. Feb 09, 2023
  8. Feb 07, 2023
  9. Feb 06, 2023
  10. Feb 03, 2023
  11. Feb 02, 2023
  12. Feb 01, 2023
  13. Jan 31, 2023
  14. Jan 30, 2023
  15. Jan 24, 2023
    • Sébastien Blin's avatar
      swarm-call: avoid duplicate active call on merge · 1b650458
      Sébastien Blin authored
      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
      1b650458
Loading