I guess it's possible that Storage was in need of a compaction (it's journalling so deleting files doesn't actually delete them until there's a compaction). Even so that should be fine.
Is it possible that more than one app/widget was using StorageFiles at a time, but again that has been tested... If you ever find out a way to reproduce this, please let me know!
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I guess it's possible that Storage was in need of a compaction (it's journalling so deleting files doesn't actually delete them until there's a compaction). Even so that should be fine.
Is it possible that more than one app/widget was using
StorageFile
s at a time, but again that has been tested... If you ever find out a way to reproduce this, please let me know!