Hi again,
I'm getting an error with the TCP socketTimeout as defined in
https://nodered.org/docs/configuration. When I have it enabled (not commented out), node-red keeps getting the following error(pulled from pm2 logs) every few minutes and restarting:
0|node-red | TypeError: Cannot set property 'connected' of undefined
0|node-red | at Socket.<anonymous> (/usr/lib/node_modules/node-red/nodes/core/io/31-tcpin.js:574:54)
0|node-red | at emitNone (events.js:67:13)
0|node-red | at Socket.emit (events.js:166:7)
0|node-red | at Socket._onTimeout (net.js:333:8)
0|node-red | at _runOnTimeout (timers.js:537:11)
0|node-red | at _makeTimerTimeout (timers.js:528:3)
0|node-red | at Timer.unrefTimeout (timers.js:597:5)
That thread claims the issue has been resolved though, so not sure if it is the same. For reference, I am running v0.16.2 Node-Red on an EC2 t2.micro Instance with Ubuntu 16.04.
Thanks for the help.