Fix: Write locking on windows
On windows this write lock seems to persist even after writing has completed, so we switch to a Random Access File instead by opening then closing the file when done reading or writing to it.
This commit is contained in:
parent
1882e19289
commit
d7cc626144
3 changed files with 22 additions and 6 deletions
|
@ -1,3 +1,3 @@
|
|||
class Constants {
|
||||
static const VERSION = "1.2.090324+0325";
|
||||
static const VERSION = "1.2.112524+1156";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue