NodeJS Readable stream causing memory leak

后端 未结 0 527
猫巷女王i
猫巷女王i 2021-02-09 05:31

I\'ve run into a memory leak in a project and I\'ve managed to recreate the problem into simple example:

const { Readable } = require("stream");

for (l         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题