I wanted to fix it but the current version in GitHub is different (in development).
Can you provide hotfix and publish it to NPM as 1.0.4?
It's really a security issue for servers to handle too many requests at the same time.
By the way, thank you for you awesome library.
The text was updated successfully, but these errors were encountered:
See this Code:
It should show every 1 seconds 5 items. But it shows after 1 second all the items.
I found the bug and I wanted to fix it:
In the file forEachLimit.js:
missing await before
iteratee(v, i ,t)I wanted to fix it but the current version in GitHub is different (in development).
Can you provide hotfix and publish it to NPM as 1.0.4?
It's really a security issue for servers to handle too many requests at the same time.
By the way, thank you for you awesome library.
The text was updated successfully, but these errors were encountered: