req_id not returned when request fails with error

If a request fails, the req_id field is not returned in the response message (even if it can be seen inside echo_req):

{"echo_req": {"req_id": 2, ...}, "error": {"message": "Wrong response.", "code": "WrongResponse"}, "msg_type": "error"}

Comments

This discussion has been closed.