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

Ensure that we dont recreate Service Bus clients on every get #3195

Merged
merged 2 commits into from
Jul 10, 2024

Conversation

preardon
Copy link
Member

@preardon preardon commented Jul 9, 2024

This PR ensures that (inline with recomendation) we dont create a new instance of the Service Bus clients on every call. Also removed some unused interfaces

#3179

@preardon
Copy link
Member Author

preardon commented Jul 9, 2024

@iancooper I've started a PR to do this and a full refactor for v10, but this should solve the fact that our clients aren't singletons in v9

Copy link
Member

@iancooper iancooper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sense

@iancooper iancooper added 3 - Done Bug v9 Required for v9 release .NET Pull requests that update .net code labels Jul 9, 2024
@preardon preardon merged commit 4d6a995 into release/9X Jul 10, 2024
16 of 17 checks passed
@preardon preardon deleted the refactorASBV9 branch July 10, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Done Bug .NET Pull requests that update .net code v9 Required for v9 release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants