-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing issue: QOS not set for incoming messages from $iothub/twin/PAT… #1747
Conversation
…CH/properties/desired/ topic Azure#1746
@microsoft-github-policy-service agree |
...ice-client/src/test/java/com/microsoft/azure/sdk/iot/device/transport/mqtt/MqttTwinTest.java
Show resolved
Hide resolved
This change seems reasonable, but these messages always have a QoS of 0, so I'm not sure what change in behavior you'll see from this. Are you expecting QoS other than 0 here? |
...-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/transport/mqtt/MqttTwin.java
Outdated
Show resolved
Hide resolved
I didn't know that IOT hub sends always massages with QOS 0 here. If there will be no change in behavior. |
…ure/sdk/iot/device/transport/mqtt/MqttTwin.java Co-authored-by: Tim Taylor <timtay@microsoft.com>
/azp run |
No pipelines are associated with this pull request. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
…CH/properties/desired/ topic #1746
Checklist
main
branch.Reference/Link to the issue solved with this PR (if any)
#1746
Description of the problem
Problem is described in the issue.
Description of the solution
Added code to copy QOS from original message.