Skip to content

Consider using ConfigureAwait(false) in COBSReader and COBSWriterBuffer. #1

@ghost

Description

Since this library can be used on desktop application, the library should use ConfigureAwait(false). Otherwise, the dispatcher thread can be deadlocked. Currently, I need to work around this issue by kick off the logic using Task.Run(()=>...); This is not ideal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions