-
Notifications
You must be signed in to change notification settings - Fork 233
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
Creation Time UTC not exposed in device client SDK Message class #397
Labels
Comments
Azure/azure-iot-sdk-csharp#376 @yzhong94 as fyi ! |
We are working on lighting up this feature now |
@larrype, thank you for your contribution to our open-sourced project! Please help us improve by filling out this 2-minute customer satisfaction survey |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
OS and version used: Windows 10, Android API 27
Java runtime used: 1.8.0_181
SDK version used: 1.14.1
Description of the issue:
We have a situation where the device will be offline for extended periods of time but during this time telemetry messages will be accumulated and be batched until connected to iot hub. It seems from the documentation https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-messages-construct that the iothub-creation-time-utc provides a way to set this in the message but it does not appear to be exposed in the java SDK.
A related issue with more information was logged in the csharp SDK project https://github.com/Azure/azure-iot-sdk-csharp/issues/376
Code sample exhibiting the issue:
Not Applicable
Console log of the issue:
Not Applicable
Need Support?
The text was updated successfully, but these errors were encountered: