When a server has received and processed a request, it is expected to send a response. If you did not want a response then you need to have sent a Notification instead.
- result: The return value of the function which was called.
- id: The ID of the request this response is targeted to.
When a server has received and processed a request, it is expected to send a response. If you did not want a response then you need to have sent a Notification instead. - result: The return value of the function which was called. - id: The ID of the request this response is targeted to.