node.websocket.js icon indicating copy to clipboard operation
node.websocket.js copied to clipboard

Cannot read property 'length' of undefined at ws/tools.js:36:27

Open srini2833 opened this issue 12 years ago • 0 comments

Using node v0.8.1 but this HTTP server does not compile.

At first there was reference to tcp module which i replaced with net module and hence the call to create connection was changes in redis.js:47:32 to this.conn = new tcp.Stream();

Please update the websocket.js and redis.js to compile on node v0.8.1

srini2833 avatar Mar 21 '13 23:03 srini2833