Skip to content
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

fix(iothub-client): Fix device messages with DTDL component name fail over HTTP #1896

Merged
merged 3 commits into from
May 5, 2021
Merged

fix(iothub-client): Fix device messages with DTDL component name fail over HTTP #1896

merged 3 commits into from
May 5, 2021

Conversation

bjorn-jarisch
Copy link

Fix HttpTransportHandler fails to translate message.SystemProperties["dt-subject"] because of missing mapping in CustomHeaderConstants, so telemetry messages from devices following IoT Plug and Play conventions fail to be sent over HTTP.

Checklist

  • I have read the contribution guidelines.
  • I added or modified the existing tests to cover the change (we do not allow our test coverage to go down).
  • This pull-request is submitted against the master branch.

Description of the changes

  • Fix device messages with DTDL component name fail over HTTP

Reference/Link to the issue solved with this PR (if any)

Fixes #1895

… over HTTP

Fix HttpTransportHandler fails to translate message.SystemProperties["dt-subject"] because of missing mapping in CustomHeaderConstants, so telemetry messages from devices following IoT Plug and Play conventions fail to be sent over HTTP.
@ghost
Copy link

ghost commented Apr 20, 2021

CLA assistant check
All CLA requirements met.

@drwill-ms
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@drwill-ms
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@drwill-ms drwill-ms merged commit 071ac3c into Azure:master May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Device messages with DTDL component name fail over HTTP
2 participants