Updating Remote Property with Static String
Hello,
I am trying to update a remote property with a non-changing string using an always on connection. I can successfully connect to the server and update properties. If I send a string, the remote property I have created does not update with the string. If I change the content of the string on the edge device and resend, the remote property updates with the new string. This happens for all subsequent string changes. The only problem is the initial string. If I replicate the same circumstances with a REST connection, the initial string makes it through to the server.
I think this may be a server side problem and that the remote property is only updating when the property changes. I have modified the remote property to ALWAYS PUSHED and the initial property then makes it through but this uses up a lot more unnecessary server resources. If I give the remote property a default value, the initial string still does not make it through.
I would like the value of remote string property to update with the initial string I send without having to change the push type to ALWAYS PUSHED.
Any help would be greatly appreciated!
Thanks,
Matt C.

