You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I finished my puppeteer project by reference backend/server.js file.
In my case, I got a little memory leak. Because I did not call browser.disconnect() before reusing the browser object.
I read the backend/server.js file again. I did not find codes be related with disconnect browser. So I guess maybe try-puppeteer got the same memory leak problem ?
The text was updated successfully, but these errors were encountered:
Hi, Thank you for nice puppeteer project.
I finished my puppeteer project by reference
backend/server.js
file.In my case, I got a little memory leak. Because I did not call
browser.disconnect()
before reusing the browser object.I read the
backend/server.js
file again. I did not find codes be related withdisconnect
browser. So I guess maybe try-puppeteer got the same memory leak problem ?The text was updated successfully, but these errors were encountered: