Giter VIP home page Giter VIP logo

Comments (4)

laukaichung avatar laukaichung commented on May 18, 2024

Have you solved the problem? After upgrading node to 4.2, I'm getting similar errors. I have downgraded socket.io to 1.36, redis to 1.0.
I have followed the solutions suggested in #17, but they don't work.

Adding return_buffers: true to the instances doesn't do anything.

Tried changing the dependencies to msgpack-js-v5 suggested in the last post but that isn't working.

Error: 256 trailing bytes
    at Object.decode (/usr/apps/js/node_modules/msgpack-js/msgpack.js:200:47)
    at Redis.onmessage (/usr/apps/js/node_modules/socket.io-redis/index.js:93:24)
    at emitTwo (events.js:92:20)
    at RedisClient.emit (events.js:172:7)
    at RedisClient.return_reply (/usr/apps/js/node_modules/redis/index.js:676:22)
    at JavascriptReplyParser.reply_parser.send_reply (/usr/local/apps/js/node_modules/redis/index.js:332:14)
    at JavascriptReplyParser.run (/usr/apps/js/node_modules/redis/lib/parsers/javascript.js:132:18)
    at JavascriptReplyParser.execute (/usr/apps/js/node_modules/redis/lib/parsers/javascript.js:107:10)
    at Socket.<anonymous> (/usr/apps/js/node_modules/redis/index.js:131:27)
    at emitOne (events.js:77:13)
    at Socket.emit (events.js:169:7)
    at readableAddChunk (_stream_readable.js:146:16)
    at Socket.Readable.push (_stream_readable.js:110:10)
    at TCP.onread (net.js:523:20)

from socket.io-redis-adapter.

xyzlast avatar xyzlast commented on May 18, 2024

@stonecold123 ,

check #17 comments. change version is work fine.

from socket.io-redis-adapter.

cong88 avatar cong88 commented on May 18, 2024

Not any error when I use default setting and make sure 2 node server had the same version
var io = require('socket.io')(3000);
var redis = require('socket.io-redis');
io.adapter(redis({ host: 'localhost', port: 6379 }));

ORr using version : "1.0.0" 👍

from socket.io-redis-adapter.

xyzlast avatar xyzlast commented on May 18, 2024

@cong88

I want to know the default setting value. I've set this versions in packages.js.
I've met the error when subClient and pubClient is used.

const server = require('http').createServer(app),
  io = require('socket.io')(server),
  adapter = require('socket.io-redis');
const pub = require('./app/utils/RedisUtil').createClient();
const sub = require('./app/utils/RedisUtil').createClient();
io.adapter(adapter({ pubClient: pub, subClient: sub }));
    Node: 5.6.0
    "socket.io": "^1.4.5",
    "socket.io-adapter": "^0.4.0",
    "socket.io-redis": "^1.0.0",

from socket.io-redis-adapter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.