Skip to content

Commit

Permalink
[Pyamqp] Fix network logging trace in client_base (Azure#25218)
Browse files Browse the repository at this point in the history
* pass in right kwarg for network tracing

* remove client changes. Another PR
  • Loading branch information
kashifkhan authored and swathipil committed Aug 23, 2022
1 parent 84863ec commit 8e7320b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def __init__(self, hostname, auth=None, **kwargs):
self._hostname = hostname
self._auth = auth
self._name = kwargs.pop("client_name", str(uuid.uuid4()))

self._shutdown = False
self._connection = None
self._session = None
Expand Down

0 comments on commit 8e7320b

Please sign in to comment.