ibrod83
ibrod83
They are definitely related :D Do you want me to close this one and just copy paste it to 181?
> It's okay; I will look at #181 and test if a fix also work with this one. A reminder :D
Can you give some code example? Also, what node version and what OS?
My guess is that it has something to do with the fact you're shooting a very large number of requests at once. Are you getting any error? How many items...
What do you mean by "the event is simply reused in the function (onResponse)"? Can you try without onResponse, and see if it works?
I will. Can you in the meanwhile paste your own code?
So, I can tell you immediately that using map is problematic, because you are executing all requests IN PARALLEL. If your array contains 1000 items, this means 1000 requests will...
Hey, feel free to maybe do it yourself, and make a pull request, thus contributing :D
Hey, I'm not really working on this package anymore. Do you maybe want to do it yourself and create a PR?
Hey. To be honest I don't really work on this package anymore, except for fixing bugs or updating dependencies. Maybe you could do this change yourself and create a pull...