Replies: 1 comment 7 replies
-
You probably need to wrap |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greeting!
Can anyone help me? I took this example:
https://github.com/tokio-rs/axum/tree/main/examples/rest-grpc-multiplex/src
as base for my service. But I need more than one gRPC service. I added these lines into example:
And got next error:
I tried change generic of errors on something else, but got no luck.
Beta Was this translation helpful? Give feedback.
All reactions