Closed
Description
Looks like there is trouble using psubscribe in last version (0.12.1).
when I use this, i receive message
redisSub.subscribe('/checktoken');
When i use this, nothing happen:
redisSub.psubscribe('*');
Nothing change except that in my code.
(Project here: https://github.com/StephaneC/SocketIoToBus)