EMA C++ code example to auto re-login in case of Login stream closed

May I have a workable (RTO) EMA C++ code example to auto re-login in case of Login stream closed (abnormal case)?

Tagged:

Best Answer

  • nick.zincone
    nick.zincone admin
    Answer ✓

    @Frederic

    EMA C++ will perform automatic recovery on behalf of the user if there is an issue with the connection and login stream. You should be able to demonstrate this with some of the packaged RTO examples, i.e. 113_MP_SessionMgmt

Answers