Azure / azure-iot-sdk-csharp

A C# SDK for connecting devices to Microsoft Azure IoT services
Other
466 stars 493 forks source link

Increase DotNetty package references to 0.4.7 in IoT Hub Client #250

Closed CIPop closed 6 years ago

CIPop commented 6 years ago

Increase the following to 0.4.7:

DotNetty.Codecs, Version=0.4.6.0
DotNetty.Codecs.Mqtt, Version=0.4.6.0
DotNetty.Common, Version=0.4.6.0
DotNetty.Handlers, Version=0.4.6.0
DotNetty.Transport, Version=0.4.6.0
CIPop commented 6 years ago

This is causing #275.

CIPop commented 6 years ago

Fixed by #308.