You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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......
The text was updated successfully, but these errors were encountered:
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......
The text was updated successfully, but these errors were encountered: