Skip to content

When a channel is closed, consumers should be cleaned up from AutorecoveringConnection cache #208

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

Closed
acogoluegnes opened this issue Oct 21, 2016 · 0 comments
Assignees
Milestone

Comments

@acogoluegnes
Copy link
Contributor

acogoluegnes commented Oct 21, 2016

This can lead to memory leaks if many consumers are created and the consumers are not cancelled. If the channel is closed, the recovery would fail anyway.

See https://groups.google.com/forum/#!topic/rabbitmq-users/d9PKyK9WXsw

@acogoluegnes acogoluegnes added this to the 3.6.x milestone Oct 21, 2016
@acogoluegnes acogoluegnes self-assigned this Oct 21, 2016
@michaelklishin michaelklishin modified the milestones: 3.6.6, 3.6.x Oct 21, 2016
@michaelklishin michaelklishin changed the title Remove channel consumers from AutorecoveringConnection when channel is closed When a channel is closed, consumers should be cleaned up from AutorecoveringConnection cache Oct 21, 2016
acogoluegnes added a commit that referenced this issue Oct 24, 2016

Unverified

The email in this signature doesn’t match the committer email.
References #208
acogoluegnes added a commit that referenced this issue Oct 24, 2016

Verified

This commit was signed with the committer’s verified signature.
acogoluegnes Arnaud Cogoluègnes
References #208
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants