newSubscriptionRequestsCount property
Count of the subscriptions requests that are waiting for unsubscribe() call to complete. If newSubscriptionRequestsCount == 0, then after unsubscribe this subscription will be removed from registered subscriptions, while otherwise it will get registered back in the backend service.
Implementation
int newSubscriptionRequestsCount = 0;