kwhsiung / mm-punch

0 stars 2 forks source link

Chrome process isn't closed and became zombie #22

Open baron-chiu opened 3 years ago

baron-chiu commented 3 years ago

Chrome process isn't closed properly and it will become a zombie process.

In a long running server, a large number of zombie process may kill the environment.

It may be the the reason that mm-punch doesn't work sometimes.

The issue is also raised in a Puppeteer issue. Some snippets are shred in that issue.

I am planning to create a PR to fix it.