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
In some scenarios, MemoryStreamDecorator is closed by .NET, but we are still trying to access it.
Thus, it throws ObjectDisposedException.
ObjectDisposedException
System.ObjectDisposedException: Cannot access a closed Stream. at System.IO.MemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count) at KissLog.MirrorStreamDecorator.WriteAsync(Byte[] buffer, Int32 offset, Int32 count, CancellationToken cancellationToken) in C:\Catalin\KissLog-net\KissLog.Sdk\src\KissLog\MirrorStreamDecorator.cs:line 58 at KissLog.MirrorStreamDecorator.WriteAsync(Byte[] buffer, Int32 offset, Int32 count, CancellationToken cancellationToken) in C:\Catalin\KissLog-net\KissLog.Sdk\src\KissLog\MirrorStreamDecorator.cs:line 58 at Microsoft.AspNetCore.WebUtilities.HttpResponseStreamWriter.FlushInternalAsync(Boolean flushEncoder) at Microsoft.AspNetCore.WebUtilities.HttpResponseStreamWriter.WriteAsyncAwaited(String value) at Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.ViewBuffer.WriteToAsync(TextWriter writer, HtmlEncoder encoder) at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderLayoutAsync(ViewContext context, ViewBufferTextWriter bodyWriter) at Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderLayoutAsync(ViewContext context, ViewBufferTextWriter
The text was updated successfully, but these errors were encountered:
fixes #54
4b86381
ec072b8
No branches or pull requests
In some scenarios, MemoryStreamDecorator is closed by .NET, but we are still trying to access it.
Thus, it throws
ObjectDisposedException
.The text was updated successfully, but these errors were encountered: