Skip to content
Advertisement

Tag: async.js

Calling external function from async.waterfall

I’m somewhat new to JS and working with an existing forked library (which is very complicated and poorly documented) – so please bear with me. I’m working on a mining pool system, and specifically adding a feature where users can set a custom payout amount instead of the lower pool limit. I’ve already sorted writing that value for a users

async.queue drain function won’t fire

I had an async.queue implementation on my node js app but the queue.drain function recently stopped firing at all. I suspected the issue was related to await statements I have inside task functions but I also am able to reproduce the issue using the sample on async docs This will output the following on my console but not the drain

Advertisement