-
-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
Description
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.