Not sure if anyone else is seeing this. Occasionally when clients disconnect I get a Node.js crash:
node.js:27
if (!x) throw new Error(msg || "assertion error");
^
Error: assertion error
at node.js:27:17
at Timer.callback (net:141:29)
at node.js:604:9
Any ideas what's causing this and whether I can work around it?
Possibly due to me using Node 0.3.0-pre?
Thanks
Rob