azure-iot-remote-monitoring/WebJobHost
Xiangzhi Sheng 90f29c79cb Improve the fault tolerance of device connection failure
Currently, the simulator may meet connection failure randomly. It will cause the device failed to send and recevie any message. IoT Hub team suggested to re-create the DeviceClient object as a workaround. But it looks not enough, since sometime the it may take quite long time the reconnect to IoTHub even with the new created DeviceClient.

In this code change, we are going to improve the fault tolerance from angles below:
1. Upgrade the Device Client SDK to latest version
2. Add simulator scope check. If 50% devices was found in status "down", the whole simulator process will restart. It will happen only if the simulator was running as a WebJob in cloud environment.
3. [BugFix] Use “finally" statement to ensure the transport object was released
4. Add more trace log
2017-04-13 10:42:52 +08:00
..
Properties Splitting RemoteMonitoring WebJobs into two project 2015-10-19 14:27:36 -07:00
App.config Add device info, tags and properties in name cache 2016-11-15 10:52:09 +08:00
Global.asax Splitting RemoteMonitoring WebJobs into two project 2015-10-19 14:27:36 -07:00
Global.asax.cs Splitting RemoteMonitoring WebJobs into two project 2015-10-19 14:27:36 -07:00
Startup.cs Splitting RemoteMonitoring WebJobs into two project 2015-10-19 14:27:36 -07:00
Web.Debug.config Splitting WebJobs into separate service plan and updated deployment template 2015-10-01 14:15:35 -07:00
Web.Release.config Splitting WebJobs into separate service plan and updated deployment template 2015-10-01 14:15:35 -07:00
Web.config Improve the fault tolerance of device connection failure 2017-04-13 10:42:52 +08:00
WebJobHost.csproj Fix FxCop warnings 2017-03-13 13:51:55 +08:00
packages.config Fix FxCop warnings 2017-03-13 13:51:55 +08:00