vapor / redis

Vapor provider for RediStack
MIT License
459 stars 58 forks source link

Redis: Subscribing to multiple channels #91

Closed pedantix closed 6 years ago

pedantix commented 6 years ago

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.

pedantix commented 6 years ago

Fixed in NIO Branch