-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
ClearAll() does only clear List but not Queue #175
Comments
Hi @Flatscha, this looks like a good suggestion. I agree that adding it as an additional method is the best approach. Are you willing to create a PR for this? |
Hi @chrissainty, sure! |
I'd prefer not to change Do you have any thoughts? |
Hey @chrissainty, |
Resolved by #176 |
I have a max toastcount of 3 which get displayed for 3 seconds.
If I get more than 3 messages in 3 seconds they get queued which builds up endlessly.
When I call ClearAll() the 3 toasts shown at the moment getting cleared but old messages still getting dequeued.
Please implement a ClearQueue() - method to fix this problem
Thanks in advance!
The text was updated successfully, but these errors were encountered: