Michael Kauzmann
Michael Kauzmann
I am having the exact same issue on my end. I'm running pm2 on a linux server in the same way that we have for years, and about 2 weeks...
I found my fix, it looks like on server reboot, our user `nofile` limit was reset back to 1024, so ENOTCONN occurred every time we tried to run more processes...
I also just ran into this. Unfortunately, my project's stub for WebAudio is prohibitively complex, needing most functions in `AudioContext` and `GainNode`. It would be nice to support this general...