Martin Regen
Martin Regen
**Describe the bug** In this Mantis Issue: (errata 1.04.2) 4327 | DataSetWriterId field in JSON DataSetMessage | Changed DataType of the DataSetWriterId in a JSON DataSetMessage from String to UInt16...
Draft prototype to natively support `ReadOnlySequence` as a payload in the MQTTnet client. The MQTTNet write method only accepts an `ArraySegment` which is a view into a single buffer. It...
### Describe the feature request In a streaming scenario for telemetry sending Megabytes per second to a MQTT Broker with JSON or compressed payload, it is beneficial to encode into...
Repro: - Connect with UA Expert to `opc.tcp://opcua.umati.app:4840` using any SignAndEncrypt profile. - Read a Node value with a large value size, e.g. `Types/DataTypes/OPC Binary/Opc.Ua` (190k) - Server causes a...
**Is your feature request related to a problem? Please describe.** Its painful to manually enter the information like AppUri and domain names in the dialog. **Describe the solution you'd like**...
Support `ReadOnlySequence` as a payload in the MQTTnet client, for the new version5 release. The MQTTNet write method only accepts an `ArraySegment` which is a view into a single buffer....