leviysoft / mockingbird

Flexible mock server
Apache License 2.0
9 stars 3 forks source link

Fix gRPC method name generation for proxy request #72

Closed ashashev closed 3 months ago

ashashev commented 3 months ago

Problem

When one makes gRPC call ServiceName/MethodName of proxy stub, Mockingbird makes proxy call to ServiceName/ServiceName.

@mockingbird/maintainers