-
Notifications
You must be signed in to change notification settings - Fork 86
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
Unable to Clear getListOfVerifyContexts() #1483
Comments
Hey! The VerifyContext for a given request is removed when the request is responded (approved/rejected). To get the list of pending session requests you can use |
Hey! I understand that the information is usually removed during a normal flow, but as I mentioned, there are a few scenarios where the flow isn’t followed, causing this info to accumulate. If I reopen the app after closing app with an opened modal without processing (reject/accept), that context will get stucked forever there. The function you mentioned won’t work because it requires a topic, and
Just so you understand, right now I have 38 VerifyContexts open, and I can't do anything about it...
|
I've noticed that when a request can't be processed, it remains stored in the
getListOfVerifyContexts()
list, and there's no apparent way to clear it. This results in the list retaining records that should ideally be removed.For example, in my case, the following contexts remain in the list and are never cleared:
Questions:
Reproduction Steps:
The text was updated successfully, but these errors were encountered: