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
When performing a client call to a server-side streaming service, I never receive the 'end' event. The server implementation is in kotlin. Im using protoc-gen-grpc-web 1.4.2
When performing a client call to a server-side streaming service, I never receive the 'end' event. The server implementation is in kotlin. Im using protoc-gen-grpc-web 1.4.2
To confirm, I assume you observe this in a successful (non-error) streaming case, is that right?
This problem exists if grpc requests is proxied via webpack dev server.
This is a standard scenario during the development of frontend app, but any disconnects and backend's reboots don't emit 'error' and 'end' events in client.
After building release bundle and running on server, all works correctly.
Maybe this is related to #1363. For us, this is a PROD issue. The front proxy is nginx, with envoy behind it.
However, the Browser detects and logs the issue, so I suspect it's an issue in this library, not a proxy misconfiguration
When performing a client call to a server-side streaming service, I never receive the 'end' event. The server implementation is in kotlin. Im using protoc-gen-grpc-web 1.4.2
This is my client code.
This is my protoc config
The text was updated successfully, but these errors were encountered: