forked from danielortega-msft/azure-sdk-for-python
-
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.
[ServiceBus] set timeout on link properties (Azure#30832)
* attempt to set timeout on link properties * jitter math * update receiver logic * update encode * move logic to pyamqp_transport * update docstring * add tests * update if statement * update if statements * whitespace * trailing whitespace * move logic into pyamqp_transport * pylint * update kwargs * Update sdk/servicebus/azure-servicebus/azure/servicebus/_servicebus_receiver.py Co-authored-by: Kashif Khan <361477+kashifkhan@users.noreply.github.com> * update async docstring too * update docstrings * add back in jitter logic to align with other lang * update client wording * update other receiver docstring * remove spacing * pylint * add comment * update client * fix pylint * update max_wait_time docstring * align iterator and receive_messages() behavior * docstring updates * asyn align iterator and receive_messages() * add deprecation * pylint fixes * add timeout kwarg * update docstring * client docstring * add to OperationTimeoutError logic * remove timeout from mock * nit * nit * revert doc * update error msg * nit * base handler async handling * doc * pylint * pylint * conn str doc update * remove ==True Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com> * add >65 to test * add warning * move note to docstring --------- Co-authored-by: Kashif Khan <361477+kashifkhan@users.noreply.github.com> Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
- Loading branch information
1 parent
b8af7be
commit ecb5c66
Showing
11 changed files
with
218 additions
and
29 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
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.