So… I have a Retrofit `Single` being returned in a...
# rx
j
So… I have a Retrofit
Single
being returned in a service (inside a repository)… and I would like to make two calls to this repository (the calls are executed by two different components right in the startup of the app) to make only one request to the service… Like… while the first request did not emit the second request could take a ride on the first? How can I get that ?