Hi, The LSClient class only handles the protocol layer, so, it does not provide automatic reconnection handling.
This is something that an application may need to control directly.
The Java Client SDK also features the LSProxy class, which leans on LSClient and provides services like automatic reconnection and resubmission of the subscription requests. But consider that the policies adopted there (in particular for managing the consequent holes in the received data) may or may not be compliant with the application requirements.