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
When I handle thousands of promises at the same time I'm getting an error from asap module :
asap\asap.js:40
this.task.call();
^
TypeError: Cannot read property 'call' of null
If i increase the "capacity" value in rawAsap module - errors are gone.
So having a Function for changing asap capacity will be useful.
The text was updated successfully, but these errors were encountered:
When I handle thousands of promises at the same time I'm getting an error from asap module :
asap\asap.js:40
this.task.call();
^
TypeError: Cannot read property 'call' of null
If i increase the "capacity" value in rawAsap module - errors are gone.
So having a Function for changing asap capacity will be useful.
The text was updated successfully, but these errors were encountered: