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
During a connectionless proof request, the wallet has to wait for a network timeout as the request has return route set to true. This slows the user experience as the proof is accepted while the wallet spinner continues for another 10 seconds or so.
A similar fix was put in place for connection to the mediator on wallet initiation. It may make sense to implement this as a generic solution. Will leave that up to the AFJ community to discuss.
The text was updated successfully, but these errors were encountered:
Sorry I thought this was merged.
I have created a new PR as the previous one was broken by recent changes; it was quicker to redo the changes in a new branch
From: Timo Glastra ***@***.***>
Sent: Monday, February 20, 2023 11:14 AM
To: hyperledger/aries-framework-javascript ***@***.***>
Cc: Mike Richardson ***@***.***>; Author ***@***.***>
Subject: Re: [hyperledger/aries-framework-javascript] Enable toggling of return route (true, false) during credential issuance and present proof flows (Issue #1261)
It hasn't been merged yet, right?
—
Reply to this email directly, view it on GitHub<#1261 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AWM6GLI5CPM7KQHRQN3E5Q3WYNGYHANCNFSM6AAAAAAUP7PAOA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
During a connectionless proof request, the wallet has to wait for a network timeout as the request has return route set to true. This slows the user experience as the proof is accepted while the wallet spinner continues for another 10 seconds or so.
A similar fix was put in place for connection to the mediator on wallet initiation. It may make sense to implement this as a generic solution. Will leave that up to the AFJ community to discuss.
The text was updated successfully, but these errors were encountered: