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
@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.