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
Uh oh!
There was an error while loading. Please reload this page.
-
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