Breaking out of a Redis connection pub/sub callback #52998
Unanswered
peteradeojo
asked this question in
Ideas
Replies: 1 comment
-
Working on a PR to address this. Does this make sense? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there currently a way to break out instantaneously of a redis pub/sub channel from the callback (using predis)? For example when you've received a quit message. Tried disconnecting the client, returning false, nothing works. Also doesn't seem like it's handled in the framework code. See here. Or maybe I'm looking in the wrong place?
Beta Was this translation helpful? Give feedback.
All reactions