grpc-dotnet-namedpipes
grpc-dotnet-namedpipes copied to clipboard
System.NotSupportedException when reading ServerCallContext.Peer
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 connection itself works fine.
I'm using .NET 6