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

gRPC for .NET

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

Hi, @JamesNK It seems that there is an issue in `SubchannelsLoadBalancer.UpdateChannelState()`. When I call `SubchannelsLoadBalancer.UpdateChannelState(state)` with the `state` which consists of the same addresses but with different attributes as in...

bug

### Is your feature request related to a problem? Please describe. This PR is implement for #2236. `ServerServiceDefinition` is defined in *Grpc.Core.Api* library, and it was a prefer way to...

I have migrated Azure function app from .net 6 to .net8. function app includes orchestrator trigger and activity triggers.and when I am running function app, when calling orchestartor trigger from...

bug

Hi, Recently I've run into the following situation: * consumer connects to stream * starts receiving data via `ResponseStream.MoveNext()` * consumer is too slow to process the data, he gets...

question

### Is your feature request related to a problem? Please describe. After _loads_ of trial & error (no offense, but some docs are confusing for beginners), it seems my Blazor...

enhancement

@JamesNK Hey, I noticed things got a bit messy when I was defining the target frameworks. Can you help me confirm the final target frameworks? For example, `Grpc.Net.Client` supports `net462`,...

Suppose I have a `file1.proto` and it imports `file2.proto` at other path, `file2.proto` imports `file3.proto` at anther path. And many other imports. How can I import `file1.proto` and use methods...

question

### What version of gRPC and what language are you using? 2.65.0 ### What operating system (Linux, Windows,...) and version? Windows ### What runtime / compiler are you using (e.g....

bug

### Summary This PR refactors the `ResolvePackageVersions` method to use `await using` for `packageVersionStream`. This change ensures proper disposal of async resources, improving the reliability and performance of the application....

### What version of gRPC and what language are you using? I'm using C# with .NET 8.0 on ASP.NET Core and `Grpc.AspNetCore.*` packages 2.65. ### What operating system (Linux, Windows,...)...

bug