Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Close ServiceBusSessionManager object upon closing the parent object #23715

Merged
merged 1 commit into from
Aug 23, 2021

Conversation

anuchandy
Copy link
Member

Each ServiceBusSessionReceiverAsyncClient instance composes a ServiceBusSessionManager child object, which should be closed when the parent client gets closed; Not closing will result in leaking of boundedElastic-evictor (and other resources) associated with the ServiceBusSessionManager object.

 object is closed, make sure to close the ServiceBusSessionManager object local to the same client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants