DotNetZip.Semverd icon indicating copy to clipboard operation
DotNetZip.Semverd copied to clipboard

Async/Await support

Open mrtaikandi opened this issue 10 years ago • 2 comments

Are there any plans to support asynchronously compress/extraction preferably using async/await keywords?

mrtaikandi avatar Dec 31 '15 21:12 mrtaikandi

Happy new year! No plans, only PRs.

haf avatar Jan 03 '16 00:01 haf

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()
   ...

mark-at-tusksoft avatar Apr 19 '21 19:04 mark-at-tusksoft