You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: