-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
Description
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.
Reactions are currently unavailable