Stuff like:
Hi, anyone working on this issue?
#
#
Also how to avoid network when there is a viable cache entry.
// Use the cache without hitting the network first
// 504 code indicates that the Cache is stale
val preferCache = CacheControl.Builder()
.onlyIfCached()
.build()
Working on this in a draft PR.
Most helpful comment
Hi, anyone working on this issue?