Hey guys… just a follow up in yesterday question… ...
# rx
j
Hey guys… just a follow up in yesterday question… I think I am going with
action = service.get().toObservable().share()
in the repository constructor and just return
action
in the repository `get()`… it seems it needs to be an
Observable
since I can`t share a
Single