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

fix(worker): properly cancel blocking command during disconnections #2585

Merged

Conversation

manast
Copy link
Contributor

@manast manast commented May 29, 2024

The custom code for performing a disconnection and reconnection was proven to cause problems, whereas the IORedis builtin worked properly in all the scenarios that we know of. This should fix issue #2466

@manast manast requested a review from roggervalf May 29, 2024 08:54
@roggervalf roggervalf force-pushed the fix/properly-cancel-blocking-command-during-disconnection branch from e6d1662 to d226d1b Compare May 29, 2024 13:50
Copy link
Collaborator

@roggervalf roggervalf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@manast manast merged commit 2cf12b3 into master May 29, 2024
11 checks passed
@manast manast deleted the fix/properly-cancel-blocking-command-during-disconnection branch May 29, 2024 16:22
@roggervalf
Copy link
Collaborator

related to redis/ioredis#1888

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

Successfully merging this pull request may close these issues.

2 participants