-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:(device): Select correct AMQP link for a Module Twin v. and Edge …
…Device (#2219) * Select correct AMQP link for a Module Twin v. and Edge Device. * Updating unit tests and removing additional projects for testing * Remove safe close sematics to keep client the same. * Remove underscore * Restore AmqpUnit completely, no changes needed here * Add note to IDelegatingHandler * Update iothub/device/src/IDelegatingHandler.cs Co-authored-by: David R. Williamson <drwill@microsoft.com> * Update iothub/device/src/IDelegatingHandler.cs Co-authored-by: David R. Williamson <drwill@microsoft.com> * Update iothub/device/src/ModuleClient.cs Co-authored-by: David R. Williamson <drwill@microsoft.com> * Update iothub/device/src/ModuleClient.cs Co-authored-by: David R. Williamson <drwill@microsoft.com> * Feedback * Adding assemblyinfo * Fixing isAnEdgeModule in comments * Remove new lines * Style fixes Co-authored-by: David R. Williamson <drwill@microsoft.com> * Style changes * Move all edge module tests and turn of parallel execution * Make IotHubConnectionString dictate if the ModuleClient is using a gateway * remove extra comment * remove line break * Fixing order of builder * Adding disable handler back Co-authored-by: David R. Williamson <drwill@microsoft.com>
- Loading branch information
Showing
16 changed files
with
526 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.