Skip to content

Commit

Permalink
Fix gRPC method name generation for proxy request
Browse files Browse the repository at this point in the history
  • Loading branch information
ashashev authored and danslapman committed May 24, 2024
1 parent 58b4222 commit 9599037
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class GrpcRequestHandlerImpl(
result <- ClientCalls
.unaryCall(
channel,
Method.byteMethod(context.methodDescriptor.getServiceName, context.methodDescriptor.getFullMethodName),
Method.byteMethod(context.methodDescriptor.getServiceName, context.methodDescriptor.getBareMethodName),
CallOptions.DEFAULT,
context.metadata,
bytes
Expand Down

0 comments on commit 9599037

Please sign in to comment.