Skip to content

Can't an AsyncJSONRPCResponseManager be added? #116

@HMaker

Description

@HMaker

From what I understood so far to make an async version of json-rpc's core one would need to just make an async version of JSONRPCResponseManager. I think the only way possible for that is duplicating the implementation of the sync version and changing the relevant methods' signature to be async. The procedure returned by the Dispatcher would be awaited here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions