Closed
Description
It calls SubscribeToResourceAsync, validates a notification is received, then UnsubscribeFromResourceAsync, and tries to validate that no more notifications are received. But a notification could have been issued concurrently with UnsubscribeFromResourceAsync, in which case it could still arrive after the unsubscribe call.