You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
I am using this library in a project that needs the LARA-R6001 to be connected to the Microsoft IoT Hub (through MQTT).
When the LARA-R6001 excecutes the connection using the function: int32_t uMqttClientConnect(uMqttClientContext_t *pContext, const uMqttClientConnection_t *pConnection);
But doesn't execute the Topic subscription.
The message Queue, if not empty, of the IoT Hub is cleared and no messages are available.
From the IoT Hub stand point the device has received all the messages.
We have already verified that this doesn't happen with other devices.
In fact, after the connection, the other device shows the messages received.
Any suggestion?
Thank you,
Davide.
The text was updated successfully, but these errors were encountered:
Sorry to hear that you are facing issues using the library. could you please share how you're using the uMqttClientConnect and uMqttClientSubscribe functions in your code?
You might find it helpful to refer to the MQTT example for comparison with your implementation.
Hello,
I am using this library in a project that needs the LARA-R6001 to be connected to the Microsoft IoT Hub (through MQTT).
When the LARA-R6001 excecutes the connection using the function:
int32_t
uMqttClientConnect(uMqttClientContext_t *pContext, const uMqttClientConnection_t*pConnection);
But doesn't execute the Topic subscription.
The message Queue, if not empty, of the IoT Hub is cleared and no messages are available.
From the IoT Hub stand point the device has received all the messages.
We have already verified that this doesn't happen with other devices.
In fact, after the connection, the other device shows the messages received.
Any suggestion?
Thank you,
Davide.
The text was updated successfully, but these errors were encountered: