GrooveEvents.ReadExtended and .Delete

L

Lou Zher

It appears there is an off-by-one bug in B2TR of Groove in the Sequence
number used in GrooveEvents.

If I perform a multi-event operation, like adding twenty files at a time in
the Groove client, GrooveEvents.ReadExtended returns this in two parts, but
when I call GrooveEvents.Delete after each ReadExtended with the
..SequenceNumber from the EventQueueSummary, I'll end up missing a file, but
if I call .Delete with .SequenceNumber-1, it works fine.

Is this a bug that has been fixed already?
-LZ
 
Top