Azure / Azure/azure-sdk-for-python
eventhubs: use worker.join() when using worker.start+sleep.
Open
Client
Event Hubs
Messaging
MQ
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
Copilot has pointed out the worker.start() should be paired with worker.join(). There are a few instances of this in the codebase - it seems best for someone on the Python team to scrutinize those (rather than me).
I did fix the one I introduced, however :)
_Originally posted by @richardpark-msft in https://github.com/Azure/azure-sdk-for-python/pull/41284#discussion_r2109925120
Contributor guide
Assessment
This issue has not been assessed yet.