-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull out confusing stuff with logger and try/excepts in eventhub (#1)
* Add method to ConnectionPool to allow callers to expire a particular connection * Expire unconnected Eventhub clients when send methods fail * Stop swallowing send exception failures * Improve test coverage for eventhub module to 99%
- Loading branch information
Showing
5 changed files
with
237 additions
and
98 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "aio-azure-clients-toolbox" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
description = "Async Azure Clients Mulligan Python projects" | ||
authors = [ | ||
{ "name" = "Erik Aker", "email" = "[email protected]" }, | ||
|
Oops, something went wrong.