Closed savy-91 closed 2 years ago
The committers listed above are authorized under a signed CLA.
I think instead of adding support for chaining ResponseFuture
objects we could allow specifying response interceptors separate from the call interceptors. See draft PR here: https://github.com/grpc/grpc-dart/pull/548
Let me know if that would solve all use cases.
Same as https://github.com/grpc/grpc-dart/pull/419 but rebased on master.
Also adds
responseTransform
to chain StreamTransformers to a ResponseStream.