resubscribeOnAutoReconnect property

bool resubscribeOnAutoReconnect
getter/setter pair

Re subscribe on auto reconnect. Auto reconnect will perform automatic re subscription of existing confirmed subscriptions unless this is set to false. In this case the caller must perform their own re subscriptions manually using unsubscribe, subscribe and resubscribe as needed from the appropriate callbacks.

Implementation

bool resubscribeOnAutoReconnect = true;