We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Add a button that allows the user to "continue waiting" when a timeout occurs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
When the quickstart times out when creating a request it displays this message
Proposed Solution
Add a button that allows the user to "continue waiting" when a timeout occurs.
Bandaid fix
Definition of Done
The text was updated successfully, but these errors were encountered: