-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix bugs with TokenCredential refresh in RestApiClient and servi…
…ce Amqp transport (#1009) * chore: update sinon depedency and refresh package-locks * fix(azure-iot-hub): fix issue where TokenCredentials weren't being renewed in AMQP transport * test(azure-iothub): test checking the behvior if getToken fails * fix(azure-iot-http-base): fix bug in TokenCredential expiry check * test(azure-iothub): disconnect amqp client to avoid hanging tests * fix(azure-iothub): ensure minimum renewal time
- Loading branch information
1 parent
86bb2a4
commit 07ee31d
Showing
62 changed files
with
13,478 additions
and
97,817 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,4 @@ | |
"pem": "^1.14.2", | ||
"yargs": "^15.3.1" | ||
} | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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.