Skip to content

Apply recent changes in UnicastProcessor to UnboundedProcessor related to buffer leaks #799

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

Merged
merged 3 commits into from
Apr 27, 2020

Conversation

OlegDokuka
Copy link
Member

This PR provides alignment for UnboundedProcessor with Reactor UnicastProcessor to avoid leaking.

Also, this PR provides extra isDisposed check in ResumableDuplexConnection to reduce number of leaks caused because of racing

@OlegDokuka OlegDokuka requested a review from rstoyanchev April 27, 2020 09:25
@OlegDokuka OlegDokuka added the bug label Apr 27, 2020
@OlegDokuka OlegDokuka added this to the 1.0 RC7 milestone Apr 27, 2020
Signed-off-by: Oleh Dokuka <[email protected]>
@OlegDokuka OlegDokuka force-pushed the leakfix/unbounded-and-resume branch from 9d48815 to 79c3f14 Compare April 27, 2020 09:47
@OlegDokuka OlegDokuka changed the title Leakfix/unbounded and resume Fixes possible elements' leaks occurrence Apr 27, 2020
@OlegDokuka OlegDokuka merged commit d5e8a45 into develop Apr 27, 2020
@OlegDokuka OlegDokuka deleted the leakfix/unbounded-and-resume branch April 27, 2020 10:07
Copy link
Contributor

@rstoyanchev rstoyanchev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This matches changes already made in Reactor Core to UnicastProcessor so all good.

@rstoyanchev rstoyanchev changed the title Fixes possible elements' leaks occurrence Apply recent changes in UnicastProcessor to UnboundedProcessor related to buffer leaks Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants