Closed 4t145 closed 4 months ago
When package is empty the service name is formated as .{proto_name} https://github.com/poem-web/poem/blob/e2f3c581bfec086cee1eed27deae2f67a1a8abfc/poem-grpc-build/src/server.rs#L39-L43
.{proto_name}
However the reflection api don't think so https://github.com/poem-web/poem/blob/e2f3c581bfec086cee1eed27deae2f67a1a8abfc/poem-grpc/src/reflection.rs#L233-L239
May we emit package when package name is empty?
Expected Behavior
Actual Behavior
When package is empty the service name is formated as
.{proto_name}
https://github.com/poem-web/poem/blob/e2f3c581bfec086cee1eed27deae2f67a1a8abfc/poem-grpc-build/src/server.rs#L39-L43However the reflection api don't think so https://github.com/poem-web/poem/blob/e2f3c581bfec086cee1eed27deae2f67a1a8abfc/poem-grpc/src/reflection.rs#L233-L239
May we emit package when package name is empty?
Steps to Reproduce the Problem
Specifications