Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Reconsider internal use of ReplaySubject #7

Open
atsushieno opened this issue Jan 22, 2012 · 1 comment
Open

Reconsider internal use of ReplaySubject #7

atsushieno opened this issue Jan 22, 2012 · 1 comment

Comments

@atsushieno
Copy link
Owner

So far we use ReplaySubject in some places (e.g. in ColdObservableEach). It works to not miss events, but not very effective. It stores all events that have passed to the subject. I believe there are not a few places that we can eliminate such too careful use of it.

@atsushieno
Copy link
Owner Author

Now use of ReplaySubject in ColdObservableEach is limited to Do() (at a579f41).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant