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

Ensure the buffer is not released twice #3448

Open
wants to merge 1 commit into
base: 1.1.x
Choose a base branch
from
Open

Conversation

violetagg
Copy link
Member

When NettyOutbound#sendObject(java.lang.Object) is used, it is Netty's responsibility to release the buffer on success/error

Fixes #3406

When NettyOutbound#sendObject(java.lang.Object) is used,
it is Netty's responsibility to release the buffer on success/error

Fixes #3406
@violetagg violetagg added the type/bug A general bug label Sep 27, 2024
@violetagg violetagg added this to the 1.1.23 milestone Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Repeatedly releasing buf ,IllegalReferenceCountException: refCnt: 0, decrement: 1
1 participant