There is an attribute called expirationCounter in subscription resource with following details in TS-0001: "This attribute (notification policy) indicates that the subscriber wants to set the life of this subscription to a limit of a maximum number of notifications. When the number of notifications sent reaches the count of this counter, the subscription resource shall be deleted, regardless of any other policy."
Should expirationCounter be decreased by the count equal to number of notificationURI present in a subscription and when notification is successfully received by the receiver?
For example: a has 4 notificationURI and expirationCounter set to 100. when an event occurs, notification is successfully received by 2 URI while 2 notificationURI couldn't be reached.
What will be the value of expirationCounter in this case?