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

System.NotSupportedException when reading ServerCallContext.Peer

Open LAB02-Admin opened this issue 3 years ago • 0 comments

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

LAB02-Admin avatar Mar 12 '22 11:03 LAB02-Admin