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

Replay Subject Issue #3

Closed
ashfurrow opened this issue Nov 20, 2015 · 3 comments
Closed

Replay Subject Issue #3

ashfurrow opened this issue Nov 20, 2015 · 3 comments

Comments

@ashfurrow
Copy link
Member

Waiting on ReactiveX/RxSwift#276

@ashfurrow
Copy link
Member Author

So the issue is actually that we have a replay subject of 10, which is "big enough", but soon it'll be unlimited.

Why bother? Well here's the setup:

  • workFactory produces an observable that sends > 10 items immediately.
  • You subscribe to next events on the observable that execute() returns, but it's already been pumping out events before your subscription.
  • You only get the 10 most recent next events when you do subscribe.

It's a chicken-and-egg problem, should be fixed soon 🐣

@ashfurrow ashfurrow modified the milestone: Production Readiness Nov 20, 2015
@fpillet
Copy link
Member

fpillet commented Nov 23, 2015

replayAll() support has now been merged into RxSwift - just need to wait for the next beta

@ashfurrow
Copy link
Member Author

Thanks for the update!

nanoxd added a commit to nanoxd/Action that referenced this issue Dec 7, 2015
Fixes RxSwiftCommunity#3 by using RxSwift's newly included `createUnbounded()` factory
method.
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

No branches or pull requests

2 participants