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 connection leak caused by references from peer #644

Merged
merged 1 commit into from Aug 8, 2017
Merged

Conversation

prashantv
Copy link
Contributor

The peer object maintains a slice of connections, and when a connection
is removed, we reslice, but this does not clear references to the
connection.

Fixes #643.

The peer object maintains a slice of connections, and when a connection
is removed, we reslice, but this does not clear references to the
connection.

Fixes #643.
@prashantv prashantv merged commit 63a486b into dev Aug 8, 2017
@prashantv prashantv deleted the conn_gc branch August 8, 2017 19:06
Yu-Xie pushed a commit that referenced this pull request Oct 9, 2017
The peer object maintains a slice of connections, and when a connection
is removed, we reslice, but this does not clear references to the
connection.

Fixes #643.
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

2 participants