Open binarykitchen opened 8 years ago
Internal measurements have shown that this module can block node's internal event loop for about 200ms which is quite a long time.
Any chance you could break down internal async function blocks with setImmediate() or process.nextTick?
setImmediate()
process.nextTick
Internal measurements have shown that this module can block node's internal event loop for about 200ms which is quite a long time.
Any chance you could break down internal async function blocks with
setImmediate()
orprocess.nextTick
?