Skip to content

Use background tasks via IAsyncDisposable #13

@ncsurfus

Description

@ncsurfus

Today, messages are only receiver from the server when the caller of the client is invoking an asynchronous method. This was done as the client couldn't otherwise be disposed without synchronously waiting on a background task to complete (the background task being a task that is constantly polling messages from the server). We can do this now! Back pressure on the server can be done by channel windows.

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