You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: