Results 13 comments of Félix Mondelo

Hello @MD-V, First I tested with normal MqttClient, now I change to ManagedMqttClient and the result is the same ... 20 minutes delayed: ``` foreach (var mqttMessage in mqttMessages) {...

If I don't wait until the queue is fully processed, the queue grows continuosly. This means that the client library can't process 12k messages per second due to something (CPU,...

@karok2m here is a sample: ```json [ { "EndpointUrl": "opc.tcp://10.0.0.1:59412", "UseSecurity": false, "OpcAuthenticationMode": "UsernamePassword", "OpcAuthenticationUsername": "user", "OpcAuthenticationPassword": "passwd", "OpcNodes": [ { "Id": "ns=2;s=Variable1.Line1.Power", "DisplayName": "Variable1_Power", "OpcSamplingInterval": 60000, "OpcPublishingInterval": 60000, "HeartbeatInterval":...

Here you are: ![Error FormsRecognizer](https://user-images.githubusercontent.com/14011841/96559977-f98fc580-12bd-11eb-8b3e-a0d8191f4c52.png)

Thank you @monikavar, I know that. My problem is if OPC Twin has any input to receive messages from other modules or not.

@monikavar then there isn't any way to communicate with OPC Twin from another module without going to the IoT Hub?

@hansgschossmann the requirement is (all is in the Edge): 1) I have the OPC Module getting signals from OPC 2) The output of the OPC Module goes through a custom...

@krassowski do you now which is the port? the error seems that is in this line of code: `extensions, last_page = await self.manager.list_extensions(query, page, per_page)` but I don't know which...

@krassowski we're reaching with ping.... PING pypi.org (151.101.192.223) 56(84) bytes of data. 64 bytes from 151.101.192.223 (151.101.192.223): icmp_seq=1 ttl=45 time=25.3 ms 64 bytes from 151.101.192.223 (151.101.192.223): icmp_seq=2 ttl=45 time=25.6 ms...