[ServiceBus/EventHub] move async ssl opts to transport constructor#37655
Conversation
|
/azp run python - eventhub - tests |
|
/azp run python - servicebus - tests |
|
No pipelines are associated with this pull request. |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
API change check API changes are not detected in this pull request. |
|
Is it an acceptable solution to move blocking IO to the constructor of the class? A common use case of these objects is to dynamically create (I'm the reporter for the issue #37246) |
|
Hi @sveinse - We will discuss and let you know. Thanks. |
|
@swathipil thank you. If you're not aware of the comments in #37246 , please consider the new comments #37246 (comment) and onwards. Thanks. |
…zure#37655) * [ServiceBus/EventHub] move async ssl opts to o transport constructor * changelog
…zure#37655) * [ServiceBus/EventHub] move async ssl opts to o transport constructor * changelog
addresses: #37246
Creating the SSLContext and loading verify locations can be done in the constructor. Moving the check to the constructor so it doesn't need to be run in a ThreadPoolExecutor.
TODO: