grpc/grpc-dotnet

`call.ResponseStream.ReadAllAsync()` not available for `netstandard2.0`

WeihanLi opened this issue · 0 comments

call.ResponseStream.ReadAllAsync() not available for netstandard2.0

since there's Microsoft.Bcl.AsyncInterfaces maybe we could add support for netstandard2.0

the ReadAllAsync also support netstandard2.0 for Channel dotnet/runtime#94417