actually, I think I can just return the Observable...
# rx
j
actually, I think I can just return the Observable immediately and use startWith() to handle the use case where I want to emit a default event immediately... I think that would work