As a ERT in Cloud client using Websocket, Is there a way to get the count of total subscribed items?
e.g. If my application has subscribed 10 RICs, is there a function call that I can get "10" as a result of my subscription?
For a deeper look into our Elektron API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
As a ERT in Cloud client using Websocket, Is there a way to get the count of total subscribed items?
e.g. If my application has subscribed 10 RICs, is there a function call that I can get "10" as a result of my subscription?
Hello @otto.to.1
As far as I know, there is no any function like that. Your application needs to implement this by itself.
Hello @otto.to.1
Each stream the application open with the WebSocket API (connection, items subscriptions) has a unique "ID" attribute as a reference. It can also be used to match the request and responses.
You can check a number of subscription items from a number of "ID" reference (not a value of ID)