I am developing an app in node.js socke.io redis mysql , so this error arrvied some time don’t know when it arrived and how to find where this error come , how to solve this error .?
node.js:178
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: ETIMEDOUT, Connection timed out
at Socket._onConnect (net.js:600:18)
at IOWatcher.onWritable [as callback] (net.js:186:12)**strong text**
I believe I read somewhere on stackoverflow or someplace that socket.io is not yet completely comptatible with
0.5.0-pre. Could you try the latest official buildv0.4.8instead and report back?That’s correct :). I read it on stackoverflow.com and found the link to it also: node v0.5.0 pre Socket.IO crashes on connection (independent of transport)