Azure-Samples / iot-edge-opc-plc

Sample OPC UA server with nodes that generate random and increasing data, anomalies and much more ...
MIT License
218 stars 94 forks source link

Add ability to set MaxSessionTimeout #359

Closed kung-foo closed 2 months ago

kung-foo commented 3 months ago

This issue is for a:

- [ ] bug report -> please search issues before submitting
- [X] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Mention any other details that might be useful

For testing purposes it would be beneficial to be able to configure the maximum session lifetime.

See: https://github.com/OPCFoundation/UA-.NETStandard/blob/1.5.374.54/Stack/Opc.Ua.Core/Schema/ApplicationConfiguration.cs#L1599