RPCProcessor.sendRequest

Sends a request with the given method name to the other RPC side with the given value parameter serialized to JSON. Awaits the response (using yield) and returns once it's there.

This is a small wrapper to call awaitResponse(sendMethod(method, value))

class RPCProcessor
sendRequest
(
T
)
(
string method
,)

Return Value

The response deserialized from the RPC.

Meta