Azure / azure-iot-protocol-gateway

Azure IoT protocol gateway enables protocol translation for Azure IoT Hub
Other
225 stars 151 forks source link

Protocol gateway nugets out of sync #101

Closed onionhammer closed 6 years ago

onionhammer commented 7 years ago

image

nayato commented 7 years ago

we're not keeping versions in sync. we upgrade whenever there's reason to do so independently.

onionhammer commented 7 years ago

@nayato There is a reason. They have different dependencies.

CloudStorage 1.1.0 relies on DotNetty's deprecated "-signed" packages, whereas the other two ProtocolGateway libraries have moved on and upgraded to non-signed DotNetty libraries; The latest versions of Core and IoTHubClient aren't compatible with CloudStorage.

nayato commented 7 years ago

ok, that's an oversight. We'll release a new version today-tomorrow alongside a fix for failure to keep listening socket in a running state (see https://github.com/Azure/DotNetty/issues/271 for details)

onionhammer commented 7 years ago

@nayato any update on this?

onionhammer commented 7 years ago

Bump. Any update on this?

onionhammer commented 7 years ago

@nayato Bump - still no release on this one

mhertis commented 7 years ago

We have the same problem with out of sync nuget packages. Is there anything we can do to speed this up?

nayato commented 7 years ago

@onionhammer @mhertis please try https://www.nuget.org/packages/Microsoft.Azure.Devices.ProtocolGateway.Providers.CloudStorage/1.2.0