though I’d be curious about your use case as I’ve ...
# rx
z
though I’d be curious about your use case as I’ve never needed that. an alternative is
.replay(1).refCount()
or
BehaviorRelay<T>
where
T
is a data class that collects all the information you’ll need