Skip to content

Add custom async channel pool #238

@ArieGato

Description

@ArieGato

At the moment the package Microsoft.Extensions.ObjectPool is used for managing a pool of channels/connections. The object pool is not async, so creating a channel in the object pool is done with an AsyncHelper that creates a custom SynchronizationContext.

Creating a custom channel pool will resolve this issue. In doing so a package dependency is also removed from the package.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions