Skip to content

Implement a DisposeAsync method for the BrotliStream class #11

@Taritsyn

Description

@Taritsyn

When using the current implementation of BrotliStream class in ASP.NET Core 3.0 Preview 7 web application you may receive the following error:

InvalidOperationException: Synchronous operations are disallowed.
Call WriteAsync or set AllowSynchronousIO to true instead.

To fix this error, need to implement in the BrotliStream class a DisposeAsync method (included in .NET Standard 2.1).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions