Skip to content
Snippets Groups Projects
  • noraabiakar's avatar
    Assertion fix (#663) · 6db581c1
    noraabiakar authored and Sam Yates's avatar Sam Yates committed
    Events arrive already sorted first by index then by time. 
    * Remove sort by event index.
    * Replace assertion that events are sorted by time with assertion that they are sorted by index. Assertion that the subrange of events with the same index is sorted by time already exists.
    6db581c1