socket.io-mongo-adapter icon indicating copy to clipboard operation
socket.io-mongo-adapter copied to clipboard

Timeout in Mogo adapter

Open holema opened this issue 1 year ago • 0 comments

Hello. thank for this great adapter. It helped me so much because my redis adapter crashed regulary so I could not use the redis adapter. The adapter is working great but I in my prod environment I get this error sometimes.

at Timeout._onTimeout (/usr/src/app/node_modules/@socket.io/mongo-adapter/dist/index.js:512:28)
 at listOnTimeout (node:internal/timers:594:17)
 at process.processTimers (node:internal/timers:529:7)

I'm not able to find the root cause. It happens only in the prod environment with several thousend mesages per second.

holema avatar Nov 24 '24 20:11 holema