Skip to content

Refactor RPC implementation #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
vidya88 opened this issue Sep 19, 2019 · 0 comments
Open

Refactor RPC implementation #1

vidya88 opened this issue Sep 19, 2019 · 0 comments

Comments

@vidya88
Copy link

vidya88 commented Sep 19, 2019

@Tian-xi commented on May 8

  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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant