I'm querying a multiple chaniend RIC and the process gets stuck after sometime. However the statusMsg.state is not closed, How to validate if the reply was sent and if the status was closed for a RIC ?
My current logic is :
post the batch request and wait for the refreshMsg.status to be true or check statusMsg.state having "CLOSED" string in it.
Problem is that is does not receive the refreshMsg nor it obtains the status as closed. Can you please advise.