UnaryStreamCall class wich uses an alternative response iterator.
Definition at line 972 of file aio/_interceptor.py.
ResponseType grpc.aio._interceptor.UnaryStreamCallResponseIterator.read | ( | self | ) |
Reads one message from the stream. Read operations must be serialized when called from multiple coroutines. Returns: A response message, or an `grpc.aio.EOF` to indicate the end of the stream.
Reimplemented from grpc.aio._base_call.UnaryStreamCall.
Definition at line 975 of file aio/_interceptor.py.