Skip to content
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

EdgeHub: Allow multiplexing client connections over AMQP #587

Merged
merged 19 commits into from
Dec 2, 2018

Conversation

varunpuranik
Copy link
Contributor

  • Currently AMQP protocol head in EdgeHub doesn't allow multiplexing connections. With this change, multiplexing connections to EdgeHub over AMQP will be supported
  • This change also brings the authentication in AMQP from the connection level to the Link level.

Still working on adding new tests.

myagley
myagley previously approved these changes Nov 30, 2018
// TODO: Temporary fix since SDK subscribes to C2D messages for modules.
if (string.IsNullOrWhiteSpace(this.ModuleId))
{
await this.DeviceListener.AddSubscription(DeviceSubscription.C2D);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this not needed any more?

myagley
myagley previously approved these changes Nov 30, 2018
@varunpuranik varunpuranik merged commit 93be534 into master Dec 2, 2018
@varunpuranik varunpuranik deleted the varunpuranik/amqpmux1 branch December 2, 2018 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants