grpc-dotnet
grpc-dotnet copied to clipboard
gRPC for .NET
### What version of gRPC and what language are you using? C#, master branch ### What operating system (Linux, Windows,...) and version? Windows ### What runtime / compiler are you...
### What version of gRPC and what language are you using? C# .NET 7 proto3 Visual Studio Version 17.5.5 Grpc.Net.Client 2.53.0 Grpc.Tools 2.54.0 Google.Protobuf 3.23.0 ### What operating system (Linux,...
we trying to load test our bi-directional streaming rpc call. but we encountered unexpected disconnection.  from client side, it shows the error, internal_error 0x2  from server log, it...
In the solution attached below, we're trying to make gRPC requests to the Google GenerativeAI API, which is supposed to return a streaming response. However, this is inconsistently successful, as...
### What version of gRPC and what language are you using? grpc-dotnet version 2.57.0 ### What operating system (Linux, Windows,...) and version? Linux ### What runtime / compiler are you...
I am trying to diagnose an issue I have connecting to my grpc service behind a proxy in Kubernetes. When I create a service and connect to my service directly,...
Create a sample that shows how to override recursion for protobuf with gRPC. Part of addressing https://github.com/grpc/grpc-dotnet/issues/1983
A simple sample that includes code to detect wether the current platform supports grpc-dotnet. Support requirements: https://learn.microsoft.com/en-us/aspnet/core/grpc/supported-platforms?view=aspnetcore-7.0 Code should look at the .NET version (.NET Core 3 or later) and...
Hello, I have an older app which I am porting from .Net framework to .Net and grpc. I have created a simple app to demonstrate how it works. A blocking...
### What version of gRPC and what language are you using? C#, `Grpc.Net.Client` version `2.60.0` ### What operating system (Linux, Windows,...) and version? macOS 14.2.1, Linux (Ubuntu on Google Cloud...