Skip to content
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

client: add RpcServiceT middleware #1503

Open
niklasad1 opened this issue Dec 5, 2024 · 0 comments
Open

client: add RpcServiceT middleware #1503

niklasad1 opened this issue Dec 5, 2024 · 0 comments

Comments

@niklasad1
Copy link
Member

niklasad1 commented Dec 5, 2024

jsonrpsee has a specific RPC middleware trait for the server and we should expose a similar API for the client as well for a uniform API. It may be useful for similar reasons but from the client-side.

Basically, the task is to move the RpcServiceT and associated layers except the Server's RpcService impl to core and change the return type to a generic one to work for both the client and server.

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