Skip to content

Make Publish Operator Release RingBuffer #2237

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

Conversation

benjchristensen
Copy link
Member

It was retaining the RxRingBuffer reference between subscribes which meant it was never released to the object pool.

As per discussion in #2189 there are other issues in the OperatorPublish implementation but those will be fixed later. This PR is just for fixing the issue related to use of RxRingBuffer.

- it was retaining the RxRingBuffer reference between subscribes which meant it was never released to the object pool
benjchristensen added a commit that referenced this pull request Dec 24, 2014
@benjchristensen benjchristensen merged commit 7da6110 into ReactiveX:1.x Dec 24, 2014
@benjchristensen benjchristensen deleted the publish-ring-buffer-usage branch December 24, 2014 05:30
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.

1 participant