This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 334
PubSub hangs on disconnect #354
Comments
popravich
added a commit
that referenced
this issue
Jan 16, 2018
popravich
added a commit
that referenced
this issue
Jan 16, 2018
The fix is in master, please try it. |
I'm testing aioredis master, this seem to work very well, good job! |
When can we expect a release? I'm currently running in production with revision e706ea3 from git, because of this bug. On one hand, great, I had another incident last night with my service losing connection to the redis server (some kind of network glitch), and it recovered correctly from that. But I would rather be using a proper release, than git... |
aioredis v1.1 already released |
Yes, thanks! Silly of me for not checking... 🤦♂️ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seems I can manually close a subscription in Redis
CLIENT KILL ID xyz
, and mpsc.get() will continue to hang. https://github.com/aio-libs/aioredis/blob/master/aioredis/pubsub.py#L259This seems like a bug. Is there some way I should be manually checking (on a timeout) if we're still in pubsub mode?
I.e.
The text was updated successfully, but these errors were encountered: