Jerry O'Neal

Results 3 comments of Jerry O'Neal

I see the same error using AWS CloudFormation in the "AWS::ECS::TaskDefinition" resource template.

I would find this enhancement very useful. I am using QuestDB as a local time-series cache. I have a container that writes EtherCAT payload data to QuestDB, and then another...

I got this to work locally using self-signed certificates. Using MQTTnet **v5.0.1.1416** NuGet pkg. MQTT client ```csharp var clientCertificate = new X509Certificate2([path to client.pfx file]); var mqttFactory = new MqttClientFactory();...