ProjectEvergreen / greenwood

Greenwood is your workbench for the web, embracing web standards from the ground up to empower your stack from front to back.
https://www.greenwoodjs.io
MIT License
98 stars 9 forks source link

add max listeners suppression back #1090

Closed thescientist13 closed 1 year ago

thescientist13 commented 1 year ago

Related Issue

1070

Did a little sleuthing into the release branch commit history and seems that the first time this error started occurring was after we merged https://github.com/ProjectEvergreen/greenwood/pull/1046? https://github.com/ProjectEvergreen/greenwood/actions/runs/4208842090/jobs/7305302032

Screen Shot 2023-04-08 at 1 35 37 PM

But then things are fine for a while, and then it starts happening again after merging https://github.com/ProjectEvergreen/greenwood/pull/1079? https://github.com/ProjectEvergreen/greenwood/actions/runs/4585376551/jobs/8097482557

Screen Shot 2023-04-08 at 1 39 05 PM

Summary of Changes

  1. restore process.setMaxListeners(0); to test