-
Notifications
You must be signed in to change notification settings - Fork 78
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
consecutive calls shows just first one #40
Comments
Sure please propose a PR I’ll be happy to take a look :)
… On 23 Oct 2019, at 16:36, David Rearte ***@***.***> wrote:
Problem
if i call the notification two or more times consecutively it renders just the first one. If i use a timeout for the second one i get a good behaviour.
Proposal
I'm thinking implement a delayed queue in order to show consecutive calls in a queued way and show them one by one with a timeout. Do you accept a pull request for this?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I will try to add this feature next week, by the moment i used this code (if someone find it useful) in my project This is a resume of the real code
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
if i call the notification two or more times consecutively it renders just the first one. If i use a
timeout
for the second one i get a good behaviour.Proposal
I'm thinking implement a
delayed queue
in order to show consecutive calls in a queued way and show them one by one with a timeout. Do you accept a pull request for this?The text was updated successfully, but these errors were encountered: