issue with multiple socket.io instances #4694
Replies: 1 comment
-
used ioredis with @socket.io/redis-adapter now working with multiple socket.io servers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi,
i started using socket.io in my application for triggering realtime notifications along with redis pub/sub and used ioredis for creating redis client for subscriber mode but it's working perfectly with only one server and if it's running on more than one instance redis data is not getting shared equally on all instances and due to this some notifications are missing.
can someone telll me where exactly am missing
i was using socket.io,ioredis,node,express,socket.io/cluster-adapter(creating multiple workers in the same instance )
Beta Was this translation helpful? Give feedback.
All reactions