Hello,

When the client is disconnected, all the subscriptions are lost and you don’t have to make any unsubscritiptions. Then, when it gets reconnected, the client issues again all the subscriptions automatically.

If after the reconnection you receive two updates with the same values, a possible explanation is that you have subscribed to the same item twice.

You can exclude this scenario by calling the method LightstreamerClient.getSubscriptions and checking there aren’t any duplicates.

If it’s not the case, can you enable the client logger to the DEBUG level and post an excerpt of the output showing the unexpected behavior?