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

Named pipe transport for gRPC in C#/.NET

Results 27 grpc-dotnet-namedpipes issues
Sort by recently updated
recently updated
newest added

As discussed #38 here, add .NET 6 support.

Hi again, I'm running a service under SYSTEM account, and want to contact it from a normal user. I've already set `CurrentUserOnly = false` in both the client and server,...

I'm trying to get the `ServerCallContext.Peer` value of an incoming RPC request, but it throws an `System.NotSupportedException`. Is there another way to get the info of the connecting peer? The...

I've submitted a pull request with the requested fix _**Update AssemblyVersion to match PackageVersion to insure installers, … #35.**_ As a temporary workaround we have forked and built out own...

…GAC, etc do not pin to outdated/fixed file version v1.0.0.0 Auto tests for our product started failing with: System.IO.FileNotFoundException: Could not load file or assembly 'GrpcDotNetNamedPipes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a01056665c7647b7' or...

Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.14.0 to 3.15.0. Release notes Sourced from Google.Protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...

dependencies

Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.14.0 to 3.15.0. Release notes Sourced from Google.Protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...

dependencies

Hello, I have a .NET 5.0 app that uses gRpc and your package to perform IPC. I wish to add interceptors for global logging, error handling, and profiling. I attempted...

we are planning to use this GrpcDotNetNamedPipes in one of our project. We wanted to know about the support like migrating to newer versions of .net, replacing obsolete libraries, formal...