In reply to zgluzer:
Are you setting the sequence_id for the response correctly? You need to make sure that you copy the sequence_id from the request you are responding to.
my_rsp.set_id_info(req); // Set the rsp id = req id
In reply to zgluzer:
Are you setting the sequence_id for the response correctly? You need to make sure that you copy the sequence_id from the request you are responding to.
my_rsp.set_id_info(req); // Set the rsp id = req id