hi

I am subscribing data in command mode , the snapshot data is from api call and if it fails we want to make sure the retry occurs atleast when next client connect.

so if we do clearnsnapshot and issue unsubscribe call.

does it trigger the subscribe method.

Our only intention is to connect data adapter somehow for the second client onwards. We knew that meta adapter get notifies but we want to understand does data adapter gets any callback upon subsequent client subscriptions?