[grpc-io] How to correctly handle UNAVAILABLE: Abrupt GOAWAY returned from nginx

2022-03-08 Thread chetan sood
Hi We are seeing the following exceptions in our grpc-java client when it's trying to send a rpc to a grpc-server that is configured behind nginx. *io.grpc.StatusRuntimeException: UNAVAILABLE: Abrupt GOAWAY closed sent stream. HTTP/2 error code: NO_ERROR* I went through the detailed conversati

[grpc-io] Re: absl related Compilation Error of grpc cpp serve and client

2022-03-08 Thread 'veb...@google.com' via grpc.io
Would you elaborate a bit about how to build it? If you're using cmake to build gRPC and your application, you shouldn't need to specify linker options. Please checkout https://grpc.io/docs/languages/cpp/quickstart/ too. On Wednesday, January 19, 2022 at 2:27:04 AM UTC-8 cansu gençoğlu wrote: >

[grpc-io] Re: Future support of .NET 4.8 on GRPC Server side

2022-03-08 Thread 'Kris Kros' via grpc.io
Same situation here. Can't easily move from .net Framework to .net 6 :-( chiesa@gmail.com schrieb am Montag, 20. September 2021 um 14:25:09 UTC+2: > Same situation here. Pretty large codebase, with some hard dependencies on > .NET Framework (for us it's mainly WCF), which needs to be migrat