I'm closing my writestreams but I get Error: EMFILE: too many open files

190 views Asked by At

I'm using NodeJS and the fs module and I'm getting Error: EMFILE: too many open files when using writestreams.

The thing is that I'm actually closing them so what 's going on?

0

There are 0 answers