Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Add synchronous Send/RpcSend methods to RpcClient #646

@devhawk

Description

@devhawk

I know @shargon is going to laugh, but I need synchronous versions of Send and RpcSend to be added to RpcClient.

I explicitly don't think we should add sync versions off all the JsonRpc methods exposed by RpcClient. We want to encourage developers to use the async versions unless necessary. But we also don't want to force developers who need a sync RpcClient to implement their own from scratch.

Having only sync Send/RpcSent methods mirrors the existing design of HttpClient which exposes lower level Send and SendAsync methods, but only exposes async higher level methods like GetAsync and PostAsync.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions