When passing object through the stream, sometimes ...
# rx
u
When passing object through the stream, sometimes you need to cache it to use on some other step. How can we do that? Thanks in advance for your advice. I was thinking about caching it with ReplayRelay, but it feels wrong.