You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, there isn't a way to replay a Single's result to future subscribers without re-subscribing upstream or round-tripping through an Observable for cache(). This has come up 3 times in various channels with no good answer found.
Is cache() missing? Or is there some other way of doing this that I can't see?