Marc Schier
Marc Schier
If you need it, then we can change this to a feature request to have an API (or a way to add it back to the endpoint model through signaling)....
The issue is due to the domain name being generated differently than in 2.8. In 2.8 the gateway or device id is used as host name if running in IoT...
Only node classes with a value attribute are supported. Events are not yet supported but a preview implementation can be found in the feature/alarmsandevents branch. Browsing based node selection and...
Added new API to expand nodes (#2320)
There is no persistence of messages in the internal data pipeline at the moment, anything in the pipeline at publisher crash is lost. With IoT Edge you get persistence as...
We are looking at streamlining the opc ua stack errors so that they do not look like exceptions, the issue is benign. Otherwise, the reconnect timing should work now, I...
This is partially fixed in 2.9.8 as I just tested (thanks for the detailed repro steps). Timing out a service request will come in 2.9.9, then the infinite connect loop...
Service calls will now automatically timeout after 3 minutes of not being able to connect or service call "hung". Timeouts can be adjusted via `-cto` and `-sct` command line parameters,...