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"}
This discussion has been closed.
Comments
@fonda Thanks for pointing out, we will fix it soon.
@fonda Its fixed now. Can you verify?