Assertion fix (#663)
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.
Please register or sign in to comment