Skip to content

Conversation

@dgozman
Copy link
Contributor

@dgozman dgozman commented Sep 19, 2020

We currently spawn a process per page when recording
video in Chromium. This triggers "too many listeners" on the
process object once you have enough pages open.

Copy link
Contributor

@JoelEinbinder JoelEinbinder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like having too many pages is the kind of leak that "too many listeners" is trying to warn about. But I guess if you have that many pages open, you will be aware of it.

We currently spawn a process per page when recording
video in Chromium. This triggers "too many listeners" on the
process object once you have enough pages open.
@dgozman dgozman merged commit 18809b3 into microsoft:master Sep 22, 2020
pavelfeldman added a commit to pavelfeldman/playwright that referenced this pull request Oct 23, 2020
pavelfeldman added a commit that referenced this pull request Oct 23, 2020
aslushnikov pushed a commit that referenced this pull request Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants