Hi,
I am using MQTT to communicate with my DLMS Smart meter, and I’ve encountered a scenario where I need to scale my application across multiple nodes (e.g., node 1 to node n). I am using C# and would like to know if it is possible to share a GXDLMSClient and GXDLMSSecureClient session across all nodes. If so, how can I achieve this?
Thank you.