grpc-dotnet icon indicating copy to clipboard operation
grpc-dotnet copied to clipboard

gRPC for .NET

Results 237 grpc-dotnet issues
Sort by recently updated
recently updated
newest added

### 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...

bug

### 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,...

bug

we trying to load test our bi-directional streaming rpc call. but we encountered unexpected disconnection. ![Snipaste_2024-02-26_17-06-18](https://github.com/grpc/grpc-dotnet/assets/1715357/edccdcc5-19b3-49e6-855c-99cbccfb9d43) from client side, it shows the error, internal_error 0x2 ![Snipaste_2024-02-26_17-09-58](https://github.com/grpc/grpc-dotnet/assets/1715357/d78eee33-b36b-4f46-9e74-50d8359e9920) from server log, it...

question

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...

bug

### 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...

bug

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,...

question

Create a sample that shows how to override recursion for protobuf with gRPC. Part of addressing https://github.com/grpc/grpc-dotnet/issues/1983

enhancement

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...

enhancement

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...

bug

### 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...

bug