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

gRPC for .NET

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

### What version of gRPC and what language are you using? 2.55.0 / 2.56.0-pre2 --> C# ### What operating system (Linux, Windows,...) and version? Windows 11 ### What runtime /...

bug

We have find some point about grpc-dotnet server behaviors: 1. when grpc client send grpc request with tls, its header frame like this: ``` ··· scheme: https ··· ``` 2....

enhancement

### What version of gRPC and what language are you using? C# ### What operating system (Linux, Windows,...) and version? Client: Windows Server 2012, Server: Docker Linux container ### What...

bug

I have a long-running bidirectional stream to monitor connectivity between a client and server in both directions. This stream is intended to live for the lifetime of the application. When...

question

### What version of gRPC and what language are you using? - Grpc.Net.Client 2.53.0 - Grpc.Tools 2.54.0 - .NET 7 ### What operating system (Linux, Windows,...) and version? macOS 12.6,...

bug

hi, This question has already been asked [here](https://github.com/grpc/grpc/issues/34073) Does the Grpc client have additional methods or properties to get the server name, port number of the server. Like, I can...

question

I have a sample ASP.NET Core 8 application, using the default gRPC template , added Serilog and "Grpc.AspNetCore.Server.Reflection, all works fine locally. Using the default greeter service sample. I am...

question

### What version of gRPC and what language are you using? 7.0.10 ### What operating system (Linux, Windows,...) and version? Mac - Arm64 - Visual Studio for Mac version 17.6.3...

bug

### What version of gRPC and what language are you using? C#; .NET 6 ### What operating system (Linux, Windows,...) and version? Windows 10 ### What runtime / compiler are...

bug
needs-author-feedback

### What version of gRPC and what language are you using? Grpc.AspNetCore v2.53.0 in C# ### What operating system (Linux, Windows,...) and version? Mac OSX Ventura ### What runtime /...

bug