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
I'm opening this issue based on the topic discussed here
Summary
When, at the app startup, a Disk Cached Resource get loaded from disk via loadIfNeeded() and the resource is still valid a call to receiveDataNotModified() just touch the resource updating the timestamp with the current date. This makes the Resource expiration time much longer then the expected.
Resolution
As you pointed out the issue looks to be here where the call to receiveDataNotModified() touch the resource updating the timestamp.
The text was updated successfully, but these errors were encountered:
I'm opening this issue based on the topic discussed here
Summary
When, at the app startup, a Disk Cached Resource get loaded from disk via
loadIfNeeded()
and the resource is still valid a call toreceiveDataNotModified()
just touch the resource updating the timestamp with the current date. This makes the Resource expiration time much longer then the expected.Resolution
As you pointed out the issue looks to be here where the call to
receiveDataNotModified()
touch the resource updating the timestamp.The text was updated successfully, but these errors were encountered: