vapor/redis

Redis: Subscribing to multiple channels

pedantix opened this issue · 1 comments

There is an issue when subscribing to multiple Channels with Redis. PubSub with a single channel works just fine but as soon as multiple channels are attempted there is an issue. I used redis-cli and MONITOR to investigate this "SUBSCRIBE" command goes across the wire as expected however no channel data is coming out of the drain. RedisDataParser does not get channel data that it can decipher.

I can provide sample code to reproduce this if that is what is desired.

Fixed in NIO Branch