Event Emission and HTTP Request Lifecycle in Node.js
If I emit an event using the default node event emit during a http request on platform, is it tied to that http request still?
I keep seeing interupt signals causing me issues, which aren't a problem if I keep the request open instead of emitting an event.
I keep seeing interupt signals causing me issues, which aren't a problem if I keep the request open instead of emitting an event.
