socket.io-redis-emitter icon indicating copy to clipboard operation
socket.io-redis-emitter copied to clipboard

Wrong documentation: return_buffers should be false

Open JohnXLivingston opened this issue 3 years ago • 0 comments

Hello, I'm struggling for 2 days to update SocketIO on one of my project. It appears that the problem was the option return_buffers set to true in the Redis client. This value is documented here: https://github.com/socketio/socket.io-redis-emitter/blob/master/Readme.md#emitterclient-opts

It should be set to false in order to work.

See here: https://github.com/socketio/socket.io-redis-adapter/issues/185 Or in these release notes: https://github.com/socketio/socket.io-redis-adapter/releases/tag/3.0.0

JohnXLivingston avatar Sep 03 '21 15:09 JohnXLivingston