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

setting properties to null in the device twin results in inconsistent representation #86

Closed
gmileka opened this issue Apr 13, 2017 · 2 comments
Assignees
Labels
area-service Issue points to a problem in the service. bug Something isn't working.

Comments

@gmileka
Copy link
Contributor

gmileka commented Apr 13, 2017

When we set the value of a property in the device twin to null, it seems that its presence keeps getting toggled on and off every time we set it to null.

For example, in device explorer, and starting from a clean device twin, if we:

Step # Send Resulted document Notification sent to client
1 “a” : “1” “a” : “1” Yes (a, null)
2 “a” : null <nothing> Yes (a, null)
3 “a” : null “a” : null Yes (a, null)
4 “a” : null <nothing> Yes (a, null)
5 “a” : null “a” : null Yes (a, null)

I expect that setting a value to null will always yield the same result.

@tameraw tameraw added area-service Issue points to a problem in the service. bug Something isn't working. labels Apr 17, 2017
@olivierbloch
Copy link
Contributor

@gmileka
a fix has been deployed to the service. could you please retry and let us know if the issue is gone for you?
Thanks

@tameraw
Copy link
Contributor

tameraw commented Jun 5, 2017

@gmileka - Fix has been deployed.

@tameraw tameraw closed this as completed Jun 5, 2017
anushprabhu pushed a commit to anushprabhu/azure-iot-sdk-csharp that referenced this issue Sep 13, 2018
Removing configure awaits; add 5s delay in MQTT WS close
varunpuranik pushed a commit to varunpuranik/azure-iot-sdk-csharp that referenced this issue Dec 13, 2018
brycewang-microsoft pushed a commit that referenced this issue Jul 14, 2022
Suggested clarifying endpoint roles
brycewang-microsoft pushed a commit that referenced this issue Jul 15, 2022
Suggested clarifying endpoint roles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-service Issue points to a problem in the service. bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

4 participants