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
Hello Guys, I am facing an issue where fetchSockets is not returning a response in cluster mode. I have tried using ioredis as well as redis connecter, removed polling so do not require sticky, tried using both redis-adapter and redis-stream-adapter but same results.
Steps to reproduce
I was able to reproduce it via a mocha test. Here is my configuration.
I have been debugging the library and was able to find the bug in library.
I have assigned an object with functions in socket.data and it was causing encoding library to fail and crash. Below is the line where the server crashed and didn't respond.
Bug description
Hello Guys, I am facing an issue where
fetchSockets
is not returning a response in cluster mode. I have tried usingioredis
as well asredis
connecter, removedpolling
so do not require sticky, tried using bothredis-adapter
andredis-stream-adapter
but same results.Steps to reproduce
I was able to reproduce it via a mocha test. Here is my configuration.
socket.js
redis.connection.js
socket.test.js
OUTPUT
Have added logs at some places
The text was updated successfully, but these errors were encountered: