If want to enable pubsub functionality, need add pubsub_module_init() into application code, it will read the default configuration binary file ‘pubsubconfig.uabinary’. While if we want to change the pubsub configuration dynamically, it seems the work flow is that pubsub stops with ‘pubsub_shutdown’, apply the new pubsub configuration, then pubsub starts with ‘pubsub_startup’. It means that if we want to add a new pubsub connection, other irrelevant connections will also stops, then all connections will restart after the new configuration is applied. It does not support one-by-one connection establishment.
For example, we may configure the pubsub function in below ‘Configuration_3’ in UaExpert and then ‘Transfer configuration to server’. After download, ‘Configuration_3’ will disappear, pubsub function will stop and restart. Do you have a plan to support one-by-one connection establishment so that we can add or delete one pubsub connection and other irrelevant pubsub connections will not be affected?

https://ibb.co/KsBWrJL