If there are no subscription for an item, the Lightstreamer Server does not hold any cached data for that item.


At the first subscription for an item, the Data Adapter ask to provide the snapshot.


For the subsequent subscriptions for the same item, the server does not ask anything, since it is receiving all the updates from the adapter and thus it has already the snapshot it has to send to the just subscribed client.


Is possible to change the behaviour for the subsequent subscriptions? I need to receive the snapshot for each subscription.