Reconnection fails after interrupted Connection
Hello,
we're using .Net SDK and want to make sure that the connection is re-established after losing it.
The Properties of the ClientConfigurator object are default and look good:
AutoReconnect = true
ConnectRetries = -1
ConnectTimeOut = 10000
ReconnectInterval = 60
PongTimeout = 10000
My expectations are, that after losing the connection to the ThingWorx server and re-establishing it, the ThingWorx client noticed that and makes a reconnect to the server.
Is there anything to do manually to get the reconnection?
Best regards,
Sascha

