Skip to content

Behavior of delay inconsistent with completions. #4249

Closed
@benlesh

Description

Currently, delay will delay the completion notification, but only if there is no nexted value (the source is "empty").

This just doesn't make any sense. It should either always delay notification of complete, or it shouldn't.

Personally, I think it should not delay notification of complete, given that it's a composable behavior that way. The other way it's not, it's hard to remove the delay once it's added, because it's more obscured from downstream consumers (outside of some crazy mulitcasting scenario)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugConfirmed bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions