Closed
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