cxo icon indicating copy to clipboard operation
cxo copied to clipboard

Refactor RPC implementation

Open not4x217 opened this issue 5 years ago • 0 comments

  1. UDP transport will be removed.
  2. TCP transport will be merged into Node.

Hence, RPC implementation has to be refactored. It must contain only two public objects:

  1. RPC - rpc server, based on net/rpc.
  2. RPCClient - rpc client, based on net/rpc.

There is no need to split methods of RPCClient into 3 separate groups, like RootRPC, NodeRPC and TransportRPC.

Note, that net/rpc is frozen.

not4x217 avatar May 08 '19 12:05 not4x217