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

what if queue lenght is more then 100 ? #155

Open
PrakashPaul opened this issue Oct 8, 2020 · 0 comments
Open

what if queue lenght is more then 100 ? #155

PrakashPaul opened this issue Oct 8, 2020 · 0 comments

Comments

@PrakashPaul
Copy link

I need help to understand why there is a check for
if (_queue.length > 100) {
throw new Error('Too many badges requests in queue.');
}
what if queue lenght is more then 100 ? example chat application user getting more then 100 messges......

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

No branches or pull requests

1 participant