Azure / azure-iot-hub-vs-cs

Visual Studio extension to ease the use of the Azure IoT client SDK
Other
27 stars 16 forks source link

Add Transient Fault Handling in case of throttling #2

Closed sandervandevelde closed 8 years ago

sandervandevelde commented 8 years ago

The generated code is currently using the HTTP1 protocol. As stated in https://azure.microsoft.com/nl-nl/documentation/articles/iot-hub-csharp-csharp-c2d/ , this is a protocol which can trigger Azure throttling. Please add transient fault handling as a best practice.

arturl commented 8 years ago

@sandervandevelde: thanks for the feedback. At this moment, only HTTP protocol is supported for UWP apps, but we're working on other protocols now. We can switch to AMQP or MQTT for non-UWP projects though, we'll consider it for the next release.

arturl commented 8 years ago

This is now solved by using AMQP as the default protocol.