We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tried the demo code with .Net 6, But the buffer from stream.ReadAsync are all byte 0, but the file length is correct.
The text was updated successfully, but these errors were encountered:
Hi, @Tewr I have the same problem. When are u planning to fix this issue ? If not in the few next days i should concider use other library xD
Sorry, something went wrong.
Hello, I'm clearly lagging in .net6 support, the changes to the underlying components being used is quite radical. Even though the fix might be relatively easy as there are now framework primitives for streaming (https://docs.microsoft.com/en-us/dotnet/api/microsoft.jsinterop.ijsstreamreference?view=dotnet-plat-ext-6.0) , I can't pronouce myself on any planning on a .net6 compatible release.
Pull requests are welcome.
Thank you for the answer 👍
Successfully merging a pull request may close this issue.
tried the demo code with .Net 6,
But the buffer from stream.ReadAsync are all byte 0, but the file length is correct.
The text was updated successfully, but these errors were encountered: