Eryu Xia
                                            Eryu Xia
                                        
                                    @lily-es Thanks for the report! > 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...
Hi! Thanks for reaching out! I think the reason could probably be explained by this following page: https://github.com/protocolbuffers/protobuf-javascript/blob/main/docs/index.md#singular-scalar-fields-proto3 Where in Proto3, **Primitive types** only has `getFoo()` and `setFoo()` methods, whereas...
@dimo414 Hi! No i have no context here. Would be helpful to have a reproduce case to identify if this is indeed a client bug. One potential related thread is...
Hi! Thanks for the interests here! As mentioned in https://github.com/grpc/grpc-web/pull/1240#issuecomment-1260136406, i will try to experiment with this feature internally first soon, and upstream it to GH if it works. Thanks!
@maja42 Hi thanks for checking! I intended to do this but was not able to prioritize it yet.. i'll again bump this in my list and i hope to get...
@kanekv You're right! I'll really try to work on this soon! Apologize for the delays!
Thanks for the interest! Retry can in general be implemented as an interceptor. Please take a look at that option and see if it works for you. (We might be...
@tjhorner Hi! Thanks for your interest and digging here! Much appreciated! Actually, i've realized that this feature was implemented on the internal fork but not open sourced.. It should actually...
> My solution was remarkably similar, minus the streamBinaryChunks option: Oh great! Glad to note! :) Could you try passing the `useFetchDownloadStreams` option as well (which passes `streamBinaryChunks` to the...
@seyoung-song-walmart-com Hi! Do you mind start a [discussion](https://github.com/grpc/grpc-web/discussions) on the question you have instead? Could you also provide pointers to the "closure example code" you referred to so we can...