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))
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))