Skip to content

RPC generalization

Compare
Choose a tag to compare
@ghik ghik released this 30 May 13:08
· 2805 commits to master since this release

RPC framework has been generalized to allow other types of remote methods than getters, functions and procedures. Old functionality of RPCFramework is retained as StandardRPCFramework, which is now a special case of new, generalized RPCFramework. RPCMetadata has also been adjusted to reflect the generalization.

These changes are not backwards compatible.