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
Describe the bug
I have a custom gRPC service, the response of its methods sometimes return status codes different to "0 OK" (NotFound, AlreadyExists, PermissionDenied, Unauthenticated). Zilla doesn't respond when the status code of my gRPC is different to "0 OK".
Describe the bug
I have a custom gRPC service, the response of its methods sometimes return status codes different to "0 OK" (NotFound, AlreadyExists, PermissionDenied, Unauthenticated). Zilla doesn't respond when the status code of my gRPC is different to "0 OK".
To Reproduce
Steps to reproduce the behavior:
echo-requests
, but not inecho-responses
.Expected behavior
I think that Zilla should responds in the same way with the status code.
I don't know if I'm doing something wrong.
The text was updated successfully, but these errors were encountered: