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

Connection memory leaks #6

Closed
jorgebay opened this issue Jul 10, 2013 · 1 comment
Closed

Connection memory leaks #6

jorgebay opened this issue Jul 10, 2013 · 1 comment
Labels

Comments

@jorgebay
Copy link
Owner

As reported by @nshahzad here #4, the connection class seems to be leaking.
It can be visible reproduced by storing and retrieving large blobs from a node.

@jorgebay
Copy link
Owner Author

Connection is not leaking anymore. All buffers returned (for unparsed types like blob) are copied from the original. The GC now collects the original buffers.

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

No branches or pull requests

1 participant