One of our application connects to our TREP boxes to get the third party vendor data. Connection wise it looks fine but the applciation get the"“Reauthorized” errors, but the application can still see the data though. Would you please advise why we get this msg?
The code we are using is:
} else if (respMsg.getMsgType == OMMMsg.MsgType.STATUS_RESP) { logger.warn(ric + ": not recognized status: {}", state)
}
In processItemEvent API