And.... we should fix
# squarelibraries
j
And.... we should fix
2
c
Happy to open a ticket for this, but it might be a tough fix. The issue occurs if thread interruption happens while writing to the journal.
hasJournalErrors
is set to
true
and subsequent reads return
null
. I think you'd have to create some kind of rollback function to delete partially written journal lines.
Coil doesn't interrupt while
DiskLruCache.get
is executing. It only interrupts while decoding the image