sanogueralorenzo
02/07/2018, 11:50 AMSingle.concat(getCache(), getRemote())
and I open the app in airplane mode I get straight away java.net.UnknownHostException
which stops the stream from getting the cached values first.
If I try executing this concat after a pressing a button it will work 100% of the times (getting the cache first and then throwing the exception for the remote one), getRemote is just a Single
from retrofit