Diffusion Sink 121c3bc96a27

Fixed the lost update scenario

Authored by cmollekopf on Jun 25 2018, 8:57 AM.

Description

Fixed the lost update scenario

If we get a fetchMore right between when the revision was updated and
the incrementalQuery actually running, we ended up loosing the update
because the result provider ended up with a too recent revision after
the additional initial query.