Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exit subscribe using KeyboardInterrupt isn't working always #486

Open
albertoaer opened this issue Jan 20, 2024 · 1 comment
Open

Exit subscribe using KeyboardInterrupt isn't working always #486

albertoaer opened this issue Jan 20, 2024 · 1 comment

Comments

@albertoaer
Copy link

albertoaer commented Jan 20, 2024

I have found an unexpected behavior using the Redis PUB/SUB feature within the client.

KeyboardInterrupt only works after a message has been received by the subscription, until that happens the console will remain frozen, unable to exit the subscription mode and type another command.

I don't know whether it is the expected behavior or not, so I give this feedback.

@laixintao
Copy link
Owner

Sounds like a bug, let me try to reproduce first. thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants