socketio / socket.io-admin-ui

Admin UI for Socket.IO
https://admin.socket.io
MIT License
346 stars 94 forks source link

RedisStore saveSession function got error #46

Closed sombochea closed 1 year ago

sombochea commented 2 years ago

Hi, contributors

I have a problem with RedisStore when trying to save the session for socket connection to Redis, the store got an error like the below.

image

I really think, this function causes it: image

Details

Thank you!

darrachequesne commented 1 year ago

Hi! Have you found a solution?

sombochea commented 1 year ago

Hi! Have you found a solution?

It works fine for the latest version of socket.io and redis.

Details

Thanks!