faaxm / spix

UI test automation library for QtQuick/QML Apps
MIT License
184 stars 47 forks source link

Allow to add RPC method to AnyRpc server #76

Closed fdgStilla closed 1 year ago

fdgStilla commented 1 year ago

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 ?