Join Slack
Powered by
though I’d be curious about your use case as I’ve ...
# rx
z
zak.taccardi
03/20/2018, 8:10 PM
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
Open in Slack
Previous
Next