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

My gRPC service is deployed in the OpenShift. I configured a route in such way: ```yaml kind: Route apiVersion: route.openshift.io/v1 spec: tls: termination: reencrypt certificate: key: caCertificate: destinationCACertificate: ``` Such...

question

Hi. My client encountered an unexpected exception when connecting to the server, and the log is as follows Category: Grpc.AspNetCore.Server.ServerCallHandler EventId: 6 SpanId: 214f3bffb2c4ac8c TraceId: 7c50cbd7d5960ea1af633847ccfa72fa ParentId: 0000000000000000 ConnectionId: 0HN3F1KKKOFAC...

question