When subscribed to a single symbol 'MRN_STORY' the callback we use for the subscription is providing us with a Context object that has a status member. When we call getDataState() on the status member it returns SuspectEnum. Even so, we continue to receive updates (news articles) so it's not clear why this subscription would be marked as being suspect. It doesn't look like getDataState() immediately returns SuspectEnum, only after having been subscribed for some time (several minutes).
Is there any more documentation available for this flag? What is the significance of this flag if we continue to receive updates for this symbol's subscription?
Thanks