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
The second fetch fails with a 504. It appears that even though the first fetch() was supposed to disk cache, it never actually does. When I look into it further, it appears the currentEditor on the DiskLruCache's entity is not being completed at all and just gets stuck open. I don't know exactly where, but it appears that the source needs to be closed so the cached item can be committed.
Further investigation shows that the disk cache just isn't being used at all in api 26, which I'm assuming it's api < 28 that has this issue since that's the only version check I see in the picasso codebase.
The text was updated successfully, but these errors were encountered:
With Picasso 3.0.0-alpha3, when I do the following:
If I wait for the fetch to succeed, then do the following:
The second fetch fails with a 504. It appears that even though the first fetch() was supposed to disk cache, it never actually does. When I look into it further, it appears the currentEditor on the DiskLruCache's entity is not being completed at all and just gets stuck open. I don't know exactly where, but it appears that the source needs to be closed so the cached item can be committed.
Further investigation shows that the disk cache just isn't being used at all in api 26, which I'm assuming it's api < 28 that has this issue since that's the only version check I see in the picasso codebase.
The text was updated successfully, but these errors were encountered: