The existing support for multiple checkpoint events (handling and
checking checkpoint delta value) was buggy and not good enough to
actually parse data with multiple such events.
Now, the deltas are properly handled and all the parsed events parsed
are properly tracked to avoid duplicates.
The existing support for multiple checkpoint events (handling and checking checkpoint delta value) was buggy and not good enough to actually parse data with multiple such events.
Now, the deltas are properly handled and all the parsed events parsed are properly tracked to avoid duplicates.
Related to #4.