Closed
Description
Steps:
- redis-cli > monitor
- io.set('store', new RedisStore());
Expected behavior:
"subscribe" "handshake"
"subscribe" "connect"
"subscribe" "open"
"subscribe" "join"
"subscribe" "leave"
"subscribe" "close"
"subscribe" "dispatch"
"subscribe" "disconnect"
You should see the setup subscriptions. They are not being attached.