[Service Bus] Receivers not closed correctly when client is closed #17932
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Bus
Bug Description
ServiceBusReceivers seem not to be closed as expected when the ServiceBusClient is closed. The problem occurs when there are at least two receivers created and subscribed on.
To Reproduce
Expected behavior
Actual behavior
Additional context
This problem occurs since SDK version 7.1.0. With version 7.0.5 the test shown above succeeds and Jest exits.
The text was updated successfully, but these errors were encountered: