Sorry for the late response to this. We had a workaround by limiting the amount of data we were pushing at one time to less than a thousand.

We are not using MERGE mode, we are using COMMAND mode.

When Lightstreamer goes to push the thousands of data to the client, the Lightstreamer command window shows the following: "... < INFO> Lost x updates on unfiltered/RAW subscription for item ..." The x ranges anywhere from 1 to thousands. Many of these lines show up, and they appear to add up to the number of items that do not make it to the client.

We want to stay in command mode to have a snapshot available for other users to grab from and to handle the many updates throughout the day. We'd rather not limit the pushes, and do not a way to limit the pushes from a snapshot for new clients using the same subscription - they lose the data.

Any ideas why this might be occuring?


Thanks.