lthibault opened this issue 2 years ago · 0 comments
iostream.Stream.Writer binds the stream to an io.Writer. However, calls to the resulting Writer's Write method block until the underlying RPC call completes. This should perform streaming calls by default, ideally by leveraging #59.
iostream.Stream.Writer
io.Writer
Write