grpc-web-ruby icon indicating copy to clipboard operation
grpc-web-ruby copied to clipboard

Feature Request: Add streaming support

Open robgraeber opened this issue 5 months ago • 1 comments
trafficstars

The current implementation of grpc-web-ruby provides support for unary gRPC-Web calls. However, it does not yet support gRPC streaming, which is an essential feature for many real-time and high-throughput applications.

When making a streaming request that returns a enumerator this library returns 500s but it streams correctly with grpc server + envoy.

robgraeber avatar Jun 17 '25 20:06 robgraeber