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

Repeated open / close of connection lost toast alert #2919

Open
jamesnetherton opened this issue Aug 17, 2023 · 1 comment
Open

Repeated open / close of connection lost toast alert #2919

jamesnetherton opened this issue Aug 17, 2023 · 1 comment

Comments

@jamesnetherton
Copy link
Contributor

The 'Connection lost' toast alert seems to rapidly open / close with every retry, making it look a bit strange.

@tadayosi
Copy link
Member

Thanks. It's because with the new PF4 it's a bit trickier to handle overlaps between toasters on retries. For Hawtio v2, the toaster popup logic is almost the same, but it just looks staying open because the time lags between open and close are very short; you'll still see flickerings with Hawtio v2 toasters sometimes, but it's just far rare to happen.

To fix this issue, we should revisit the toaster popup logic and force it to stay open until the connection failure is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants