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 |
|
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? |
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
mainbranch.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.