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

Fix timeout behavior in the browser quickstarts #38

Open
5 tasks
MantisClone opened this issue Jun 27, 2024 · 0 comments
Open
5 tasks

Fix timeout behavior in the browser quickstarts #38

MantisClone opened this issue Jun 27, 2024 · 0 comments

Comments

@MantisClone
Copy link
Member

MantisClone commented Jun 27, 2024

Problem

When the quickstart times out when creating a request it displays this message

Error: Transaction confirmation not received. Try polling getTransactionsByChannelId() until the transaction is confirmed.
        deferDelay: 3000ms,
        maxRetries: 30,
        retryDelay: 1000ms,
        exponentialBackoffDelay: 0ms,
        maxExponentialBackoffDelay: 30000ms

Image

Proposed Solution

Add a button that allows the user to "continue waiting" when a timeout occurs.

Bandaid fix

  • Increase the timeout from 30 seconds to something longer like 2 minutes

Definition of Done

  • github browser-create-a-request
  • github browser-pay-a-request
  • csb browser-create-a-request
  • csb browser-pay-a-request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✨ Backlog: Enhancements
Development

No branches or pull requests

1 participant