Do I need to send RSSL_MC_CLOSE on shutdown or rsslUninitialize() will take care of it in ETA ?

Bhimrao.Ghule
Bhimrao.Ghule Contributor

Hi,

We are using ETA Watchlist.

Do I need to send RSSL_MC_CLOSE on shutdown or rsslUninitialize() will take care of it in ETA ?

Thanks in advance

/Bhimrao

Tagged:

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @Bhimrao.Ghule

    Thanks for reaching out to us.

    No, rsslUninitialize will not take care of those tasks.

    To clean up ETA, you need to send a close message to the login stream, close the channel, and then call the rsslUninitialize() method. Closing the login stream will close all streams opened by the consumer.

    I hope that this information is of help.

Answers