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

make sure to delay publishing OnCompleted() on all those methods that use intermediary IObservable #13

Open
atsushieno opened this issue Feb 16, 2012 · 0 comments

Comments

@atsushieno
Copy link
Owner

I noticed that there are very likely many methods that need to be fixed for "too early OnCompleted() publication" due to use of some intermediary IObservable.

This one is an example fix I made today, which would describe what I mean:
10d889b#L1L1745

We should wait for all relevant IObservables before triggering OnCompleted() just by the source OnCompleted().

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