I noticed using
socket.io is causing the following error:
29 Oct 00:37:41 - Initializing client with transport "websocket"
node: src/node.cc:933: ssize_t node::DecodeWrite(char*, size_t,
v8::Handle<v8::Value>, node::encoding): Assertion `b[1] == 0' failed.
Aborted
As it says, it occurs right after connection.
I switched back to v0.3.0 and everything seems fine.
I've seen this mentioned on the IRC chat, but no useful responses.
Anyone know anything about this?