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(collection): correctly handle buffer timeouts with find() #14277

Merged
merged 2 commits into from
Jan 22, 2024

Conversation

vkarpov15
Copy link
Collaborator

Fix #14184

Summary

#14184 points out that buffer timeouts with find() silently time out in 6.x. This PR makes it so that the removeQueue() call in the buffer timeout callback can actually find the find() call. removeQueue() searches by name and args, and the this.addQueue(() => {}) pushes an anonymous function onto the queue.

Examples

@vkarpov15 vkarpov15 added this to the 6.12.6 milestone Jan 22, 2024
@vkarpov15 vkarpov15 merged commit af123cb into 6.x Jan 22, 2024
@vkarpov15 vkarpov15 deleted the vkarpov15/gh-14184 branch January 22, 2024 16:56
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.

None yet

1 participant