-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AMQP Support in C# PCL #26
Comments
From @arturl on April 13, 2016 20:32 Hi @vslepakov, this is on our backlog. We also welcome contributions, if you want to help out on this! |
From @vslepakov on April 13, 2016 20:39 Hi @arturl thanks, I might do just that |
From @djcasey on September 29, 2016 3:44 Any advance on this? |
From @arturl on September 29, 2016 17:38 Hi @vslepakov, |
From @arturl on September 30, 2016 17:36 Hi @djcasey, new releases come out every couple of weeks, so I expect this to come out very soon. I'll contact the dev team and make sure they include the updated AMQP library in the next release (that's the component that has the fix). Also note that the PCL NuGet package is no longer needed, the "regular" Azure.Devices.Client NuGet package now supports PCL. |
From @arturl on October 28, 2016 2:57 Yes, this is delayed sorry. @olivierbloch, care to comment on this? |
@arturl - A new package for AMQP has been released in NuGet. |
Work is in progress to bring this support in the client SDK. |
This is now supported in 1.2.3 version. (To be clear: AMQP on Android only, not universally for PCL) |
The Windows `iotedged` install script updates the caller's system PATH using `SETX /M PATH "$env:Path"`. This is problematic because `$env:Path` is an aggregation of system _and user_ paths, so the command appends more than was intended; the resulting **system** PATH ends up looking like this: `<old system PATH>;<user-local PATH>;C:\ProgramData\iotedge`. This change updates the script to surgically target the system path in the registry rather than using `SETX`.
Add Device Streaming samples
From @vslepakov on April 13, 2016 7:9
Great to see that there is now a PCL for C#. Are us guys plan on supporting AMQP in this PCL? As far as I know only HTTP is possible now.
Copied from original issue: Azure/azure-iot-sdks#477
The text was updated successfully, but these errors were encountered: