We are creating thousands of images using webshot with an html string,
we then noticed the machine temp folder is filled with thousands of temp files, this was not expected since we assumed nothing is written to disk.
It looks like there is a missing call tmp.removeCallback() in webshot.js line 102.
Hi,
We are creating thousands of images using webshot with an html string, we then noticed the machine temp folder is filled with thousands of temp files, this was not expected since we assumed nothing is written to disk.
It looks like there is a missing call tmp.removeCallback() in webshot.js line 102.