Open normanzb opened 1 month ago
fixed https://github.com/mcollina/fastq/issues/86
previous implementation of drained() increase stack usage of queue.drain() each time it was called, resulting Maximum Stack Exceeded error in a long running process.
drained()
queue.drain()
Can you please fix support for legacy Node.js versions?
fixed https://github.com/mcollina/fastq/issues/86
previous implementation of
drained()
increase stack usage ofqueue.drain()
each time it was called, resulting Maximum Stack Exceeded error in a long running process.