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

CombineLatest(IEnumerable<IObservable<T>> sources) doesn't work with empty Enumerable #290

Open
alijaya opened this issue Jan 15, 2025 · 1 comment

Comments

@alijaya
Copy link

alijaya commented Jan 15, 2025

Hello, I'm curious if it's intended if IEnumerable is an empty one, it doesn't fire any event.
I think it makes more sense if it fires once, which is an Empty list.

Is it a good idea?

@neuecc
Copy link
Member

neuecc commented Jan 23, 2025

Are you suggesting that we generate completed observable if empty?
I think it's not good to have unintended Never appear, so Empty is not a bad suggestion.

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