Am I right in saying that a simple error like...
arr.forEach --> when arr is undefined
Will bring down THE ENTIRE node thread? Meaning all users would be disconnected?
I am amazed if this is the case because surely this is insanely inconvenient. Especially if I have multiple users all running chat applications.
And if this is the case how do I ensure there are no errors in my code EVER?
UPDATE :
I don't really see auto restart as a feature to get round this problem...