question

Upvotes
Accepted
383 7 13 15

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

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

#producteta-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
78.6k 248 52 74

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

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Thanks @Jirapongse

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.