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

Added ability to close transaction toasts on timeout #1352

Open
wants to merge 3 commits into
base: development
Choose a base branch
from

Conversation

razvantomegea
Copy link
Contributor

Issue

Transaction toasts remain in infinite pending sometimes

Root cause

Websocket event is not triggered or API fails

Fix

Add a transaction toast max lifetime timer that sets the toast as timed out after specific time

Additional changes

Improved websocket connection events handling

Contains breaking changes

  • No
  • Yes

Updated CHANGELOG

  • No
  • Yes

Testing

  • User testing
  • Unit tests


return () => {
if (lifetimeRef.current) {
clearTimeout(lifetimeRef.current);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think would be more correct to check the transaction on the server then close it instead of closing it by force

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

Successfully merging this pull request may close these issues.

2 participants