Replies: 1 comment 1 reply
-
Hi @fdgStilla, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be great to be able to add some custom rpc methods in AnyRpcServer.
However I did not find a solution without exposing anyrpc in the header of AnyRpcServer like this
void addMethod(anyrpc::Method* method);
But by looking at the name of this class, does it really matter to hide anyrcp from AnyRpcServer ?
Beta Was this translation helpful? Give feedback.
All reactions