Trouble Injecting Dependencies into RPC Routers from `rpc-http` Package
Hi everyone, I am currently having trouble with providing service dependencies to RPC routers from the
The actual RPC implementation requires a
I thought I can provide the dependent layer when I wire up the http server:
But the server reports "service not found" when I run it. So question: how can I pipe an entire layer of dependencies to my RPC handlers.
rpc-http package.The actual RPC implementation requires a
Wecom.Properties dependencies from the context and simply returns that:I thought I can provide the dependent layer when I wire up the http server:
But the server reports "service not found" when I run it. So question: how can I pipe an entire layer of dependencies to my RPC handlers.
