Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make ServiceChannelProxy implement IAsyncDisposable
So that channels created through a `ChannelFactory<T>` without inheriting from `ClientBase<T>` can also benefit from the asynchronous disposal improvements introduced in dotnet#4865. Fixes dotnet#5270
- Loading branch information