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

Add finalizer for Netty channels created via NettyConnectionPool #2663

Merged
merged 2 commits into from
Feb 7, 2024

Conversation

kyri-petrou
Copy link
Collaborator

Currently there's no finalizer for shutting down netty's channels created by the connection pool, which might lead to memory leaks in certain situations such as when connection pool's are recreated or when connections are expired via the TTL param

@jdegoes jdegoes merged commit d66df89 into zio:main Feb 7, 2024
14 checks passed
@kyri-petrou kyri-petrou deleted the close-channels-on-pool-shutdown branch February 7, 2024 21:53
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