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

Add stoping or canceling the remote presentation process (OID4VP) #120

Open
cvetojevichbojan opened this issue Jan 8, 2025 · 1 comment
Assignees

Comments

@cvetojevichbojan
Copy link

It seems beneficial to be able to stop the presentation process while its executing, from a user perspective.

Here is the problematic usecase that occurred:

  • User started a presentation request (via wallet.startRemotePresentation(..uri...))
  • The process got hung on one of the steps (30+ seconds due to some network latency, and eventually failed with ConnectTimeoutException)
  • User wanted to stop the process before the error event and restart it

Currently the wallet API does not support stopping or canceling the process and we have to block the app UI until we receive the next transfer event.

@vkanellopoulos
Copy link
Contributor

Hello @cvetojevichbojan

Thank you for raising this issue. At the moment, the API does not support canceling or stopping ongoing processes. However, we recognize the importance of this feature and will review your suggestion to evaluate how it can be incorporated into a future release.

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