This repository was archived by the owner on Apr 6, 2019. It is now read-only.

Description
Hey,
Thanks for creating this project. I think its sorely needed and very well made.
I find that the Subscriber is not working on windows.
I just copied your redis_subscriber.cpp example into the TEST project on windows
- loaded #pragma comment(lib,"WS2_32") and ran it.
It connects to redis makes a subscription - and shows as subscribed on redis. But the subscription callback is not called. Once in a while a single message might make it through - but never more than that. something seems to be wrong here.
Please take a look.
thanks,