Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assurance SDK keeps retrying connection to the deleted Assurance session #71

Open
addb opened this issue Mar 2, 2023 · 1 comment
Open
Assignees

Comments

@addb
Copy link

addb commented Mar 2, 2023

Expected Behaviour

Limited retries with extended delays for connection retries to an Assurance session. No retries for unrecoverable errors.

Actual Behaviour

Frequent unlimited retries trying to connect to the deleted Assurance session.

Reproduce Scenario (including but not limited to)

Steps to Reproduce

Connect to deleted assurance session

Platform and Version

iOS

"com.adobe.assurance" : {
      "version" : "3.0.1",
      "friendlyName" : "Assurance"
    }

Sample Code that illustrates the problem

Logs taken while reproducing problem

assuraceInfiniteRetries

@prudrabhat
Copy link
Contributor

The Error Code here is 1006 - Abnormal Closure which is not expected when connecting to a deleted session. Need to double check if this is indeed an issue due to connecting to a deleted session or a general connection issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants