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,6 +1,6 @@
|
|||
name: libac_dart
|
||||
description: "Aria's Creations code library"
|
||||
version: 1.2.090324+0325
|
||||
version: 1.2.112524+1156
|
||||
homepage: "https://zontreck.com"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue