Ewerton Scaboro da Silva
Ewerton Scaboro da Silva
Does uamqp have E2E tests that connect to IoT Hub?
/azp run integrate-into-repo-uamqp
Hi @fanshaoshan , which protocol are you using? MQTT? If you are using MQTT, there is just one part of the code that raises that connection status: https://github.com/Azure/azure-iot-sdk-c/blob/lts_01_2022/iothub_client/src/iothubtransport_mqtt_common.c#L2757 Which requires...
Hi @opekhovskiy-zf , you are correct about the information provided by the Azure IoT Hub service. However, what is not clear in that description is that 256kb is the total...
@opekhovskiy-zf , that's a fair request. Let me run a couple tests today and I'll update you back on the results and possible update to the documentation. Thanks.
Hi @opekhovskiy-zf , just to inform you we found an issue with Azure IoT Hub related to this issue, and we are working to address it. We will post an...
It has been now two and half years since this notice has been in place, and given the stage we are in the TLS certificate migration we will go ahead...
Hi @oscarh , thanks for your question. Just to make it clear, functions or headers that have been marked as deprecated MUST not be used. Regarding your question about direct...
Hi @oscarh , Unfortunately the Azure IoT C SDK does not implement a way to receive direct methods requests and provide responses independently. The options I shared are alternatives given...
That seems correct. At this time, we do not plan to implement this enhancement in the currently supported API headers to match the behavior of the deprecated header you mentioned.