Currently when i receive NOTIFY from
server about my subscription termination an onNewSubscription(ClientSubscription)
callback called.
Is it the right way, and maybe checking
for subscription state needed like in ServerSubscription?
using 1.1 version.
And one more question ...how to get
subscription state ... getSubscriptionState is protected in BaseSubscription
class...