Open mrtaikandi opened 8 years ago
Happy new year! No plans, only PRs.
Currently running into this as Blazor(wasm) Input Files use BrowserFileStream which does not support synchronous reads.
Uncaught (in promise) Error: System.NotSupportedException: Synchronous reads are not supported.
at Microsoft.AspNetCore.Components.Forms.BrowserFileStream.Read(Byte[] buffer, Int32 offset, Int32 count)
at Ionic.Zip.SharedUtilities.FindSignature(Stream stream, Int32 SignatureToFind)
at Ionic.Zip.ZipInputStream.GetNextEntry()
...
Are there any plans to support asynchronously compress/extraction preferably using async/await keywords?