drogon icon indicating copy to clipboard operation
drogon copied to clipboard

redis pubsub: __redisGetSubscribeCallback: Assertion `reply->elements >= 2' failed.

Open yegorrr opened this issue 2 years ago • 1 comments

is redis pubsub model supported by drogon? it is supported by hiredis, but whenever i issue 'subscribe xxx' command i get this:

vpn: async.c:378: __redisGetSubscribeCallback: Assertion `reply->elements >= 2' failed.

i assume i'd need a separate thread since it's a blocking command, so should i just use hiredis callbacks instead of redisClient->newTransactionAsync ?

yegorrr avatar Sep 04 '21 01:09 yegorrr

#1212 Merged

hwc0919 avatar Apr 18 '22 07:04 hwc0919