Howard Chu wrote:
This doesn't indicate any particular problem. In order to make sure the consumer gets a consistent update, the provider takes a snapshot of its CSN at the moment the consumer contacts it. Only changes made between the consumer's CSN and the snapshot get sent to the consumer on that particular update. Any changes that occur during the time the updates are being sent will be deferred to a future session. This is all normal behavior.
Ok, that makes sense. Thanks for the explanation.