Hi
I have a use case where an application needs to subscribe to 30K tags, and there may be several instances of that application running in parallel on the same machine.
The problem I am encountering is on initial subscription, some instances of the application successfully subscribe to all 30K tags, while other instances randomly subscribe to less.
The code I am using to subscribe is based on the docs:
Thank you
I have a use case where an application needs to subscribe to 30K tags, and there may be several instances of that application running in parallel on the same machine.
The problem I am encountering is on initial subscription, some instances of the application successfully subscribe to all 30K tags, while other instances randomly subscribe to less.
The code I am using to subscribe is based on the docs:
Thank you