Alexander Köpke
Alexander Köpke
Enabling the OPC Publisher to emit data via MQTT will bring a variety of benefits for our customers: * The MQTT Broker in IoT Edge 1.2 allows faster and easier...
**Is your feature request related to a problem? Please describe.** In the current implementation IAI has an hardcoded version string for the AKS deployment `KUBERNETES_VERSION` in _AksMgmtClient.cs_. The current version...
### Description I updated the _Microsoft.Diagnostics.Runtime_ from `3.0.0-beta.23214.4` to `3.1.456101` and the following code: ```csharp var dataTarget = DataTarget.LoadDump(pathToDump); var runtime = dataTarget.ClrVersions.Single().CreateRuntime(); var heap = runtime.Heap; var gcRootForX =...
### Description I have an application running in a linux container (debian-slim base image) and create a full memory dump of the process using either dotnet dump or procdump for...
### Describe the bug Opening a previously working .dib workbook now results in an infinite loading bar at the top of the window and no output in the notebook (or...
I try to read the type information of a certain type via cloud library. When calling the `infomodel/types/{identifier}` with `nsu=http://opcfoundation.org/UA/Machinery/;i=1002` or `http://opcfoundation.org/UA/Machinery/;MachineryItemState_StateMachineType` it returns 404 (not found) instead of the...
Issue: When extensively using MQTT v5 user properties, handling the key and value as string has two major downsides (allocation time and garbage collection). Keys can use string interning or...