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.