-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hello @RLoris!
First off, I would like to apologize for creating an issue for a feature request.
I wanted post it in the questions section as requested but FAB still didn't add that back.
I'm a big fan of your plugins! I'm currently using 3 of your amazing plugins for my saving system:
- Crypto Helper (Encrypt Save Data)
- Serialization Helper (Manage JSON Save Data)
- File Helper (Read/Write Encrypted Save Data from/to File)
There currently doesn't seem to be a way to asynchronously read/write from/to a text file. Save files can get pretty large and since my save files are encrypted and saved as a string into a text file. I'm unable to use Serialization Helper's asynchronous read feature. From my research there don't seem to be any plugins on FAB that support asynchronously reading/writing from/to file either.
Would it be possible to implement non-blocking, asynchronous ways for text file read/write, in the near future?
Thanks again for the great plugins you provide!
~Danny