I've been reading some of the responses relating to Forced DACS logout event and find the following extract.
The “State: Closed/Suspect/Not entitled - text: "Force Logout from DACS."” indicates that the logins stream between the API and the server is closed. The closed login stream also closes all opened streams (including items streams) and the API will not recover the streams. The application needs to re-create the new OMMConsumer object to initiate a new connection and then re-subscribe items to the RTO server.
The "Force Logout from DACS." error message is generated from the Refinitiv Real-Time server side.
Our application team is running a consumer using RFA 8.1.1, which matches this scenario, where the API does not recover the streams and had to be restarted. For the resolution, it states that "The application needs to re-create the new OMMConsumer object to initiate a new connection and then re-subscribe items....". My question is, will the new API (ETA/EMA etc) have any enhancement/code to handle this event or its still down to the application developer to re-create the new OMMConsumer object to initiate a new connection and then re-subscribe upon receiving this event?