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

Do not create close listener handlers for every new request (master) #3859

Merged
merged 1 commit into from
Feb 1, 2022

Conversation

spericas
Copy link
Member

@spericas spericas commented Feb 1, 2022

  • Do not create listener handlers for every new request resulting in a memory leak. Use using channelInactive() instead.

Signed-off-by: Santiago Pericasgeertsen santiago.pericasgeertsen@oracle.com

  • Ensure publisher is not null

Co-authored-by: Daniel Kec daniel.kec@oracle.com

Co-authored-by: Daniel Kec daniel.kec@oracle.com

…io#3853)

* Do not create listener handlers for every new request resulting in a memory leak. Use using channelInactive() instead.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

* Ensure publisher is not null

Co-authored-by: Daniel Kec <daniel.kec@oracle.com>

Co-authored-by: Daniel Kec <daniel.kec@oracle.com>
@spericas spericas added this to the 3.0.0-M1 milestone Feb 1, 2022
@spericas spericas requested a review from danielkec February 1, 2022 21:11
@spericas spericas self-assigned this Feb 1, 2022
@spericas spericas merged commit 4333463 into helidon-io:master Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants