A C# library for reading and writing Named Binary Tag (NBT) files and streams. A continuation of libnbt project, originally by Erik Davidson (aphistic).
116
stars
31
forks
source link
Add async versions for NbtFile Read/Write methods #27
Hi @mstefarov,
You're probably not maintaining this project any more, but I was wondering how you would go about changing the ReadWrite methods to async.
I've tried introducing the tasks into every different aspect of it (all the way to the NbtBinaryWriter/Reader), but I'm experiencing some issues already.
Hi @mstefarov, You're probably not maintaining this project any more, but I was wondering how you would go about changing the ReadWrite methods to async. I've tried introducing the tasks into every different aspect of it (all the way to the NbtBinaryWriter/Reader), but I'm experiencing some issues already.
Thanks for this fork though, it works perfectly!