Hi,
I am working on rdk 3.0 and run our decode display usecase. We delete and recreate decode link when the decode error happen, but sometimes the system stuck at wait get ack message after I sent DEC_LINK_CMD_DELETE_CHANNEL command. I trace code it is stuck at following and system always block in this line.
status = MessageQ_get(gSystem_ipcObj.selfAckMsgQ, (MessageQ_Msg*)&pAckMsg, timeout);
Does any reason cause this happen? How can I debug this issue?
Thanks,
Jacson