You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm trying to use the recently introduced ProtoBufMatcher with package in proto that contains dots in the name, I'm getting Grpc.Core.RpcException with message Status(StatusCode="Unimplemented", Detail="Bad gRPC response. HTTP status code: 404"). If I remove the dots everything works fine.
Describe the bug
When I'm trying to use the recently introduced ProtoBufMatcher with package in proto that contains dots in the name, I'm getting
Grpc.Core.RpcException
with messageStatus(StatusCode="Unimplemented", Detail="Bad gRPC response. HTTP status code: 404")
. If I remove the dots everything works fine.Expected behavior:
Package name containig dots works.
Test to reproduce
The text was updated successfully, but these errors were encountered: