You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a misunderstanding of gRPC semantics. io.EOF is always returned at the succesful end of a streaming call. It doesn't imply that the underlying HTTP/2 connection is closed, just that the stream has ended. See https://www.grpc.io/docs/tutorials/basic/go/
Hi,
After a normal HTTP request, the GRPC receives the EOF. Can't the gateway maintain a long connection to the gRPC?
gateway code:
gRPC server code:
protobuf:
request and output:
gRPC server output:
The text was updated successfully, but these errors were encountered: