Brighter
Brighter copied to clipboard
[FEATURE] Service Bus Transport : Refactor for efficencies of setup
It appears that everytime the IServiceBusClientProvider is used to GetServiceBusClient of GetServiceBusAdministrationClient a new instance of the clients are newed up.
Describe the solution you'd like
I would like this refactored so that the clients are a singleton and use their inbuilt methods to get the child Get() properties to create the required clients at a topic level/