azure-iot-remote-monitoring/EventProcessor/EventProcessor.WebJob
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
..
Processors [BugFix] NameCache was not updated with device twin 2016-11-25 18:37:28 +08:00
Properties Splitting RemoteMonitoring WebJobs into two project 2015-10-19 14:27:36 -07:00
EventProcessor.WebJob.csproj Fix FxCop warnings 2017-03-13 13:51:55 +08:00
EventProcessorModule.cs Rename Query concept to Filter concept 2016-12-06 20:28:12 +08:00
Program.cs Typo for storage name 2015-10-19 17:07:42 -07:00
app.config Improve the fault tolerance of device connection failure 2017-04-13 10:42:52 +08:00
packages.config Fix FxCop warnings 2017-03-13 13:51:55 +08:00