Handle RemoteThing disconnection
I have some remote things with its properties bounded and logged.
I show to user Property History Log and I don´t want to lose logs when remote thing disconnects.
I have a C# console app with Thingworx SDK whom pushes the properties every x minutes. Does C# SDK save these properties in a queue and then send it to the server when reconnects? Or I have to handle this case?

