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

1.x: fix RxRingBuffer-pool depending on the computation scheduler #3924

Merged
merged 1 commit into from
May 10, 2016

Conversation

akarnokd
Copy link
Member

@akarnokd akarnokd commented May 9, 2016

This PR fixed the ObjectPool dependency on the Schedulers.computation() which can be replaced via plugin hooks causing unexpected and long sleeps (i.e., when computation() is replaced by immediate()).

See #3923.

I'd also consider removing the RxRingBuffer entirely.

@stevegury
Copy link
Member

👍

@akarnokd akarnokd merged commit 2a8d6c7 into ReactiveX:1.x May 10, 2016
@akarnokd akarnokd deleted the ObjectPoolDifferentScheduler branch May 10, 2016 19:51
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