Skip to content

Shouldn't zip complete when one of the observables completes? #236

@helgoboss

Description

@helgoboss

I started to use the zip operator and was surprised that it doesn't complete if one of the input observables completes. The resulting observable can't emit anything anymore as soon as one of the input observables completes ... so shouldn't it complete as well?

Right now I have to use the take operator as workaround but that requires me to know the number of emitted items in advance, which is quite awkward. Thanks for any hints!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions