Hi @JingJing Gu
As discussed right now there is no property on SubscriptionClient that expose the priority of the threads.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
So we understand for each SubscriptionClient with MaxConcurrentCalls = n, it will create n threads to process messages.
My question is is there any way we can define the priority of the threads the client creates. By priority, I'm referring to Thread.Priority https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.priority?view=netcore-3.1
Our use case is: we create multiple subscription clients that subscribe to different filters, and we'd like to make one of the subscription client to have a lower priority in resource consuming. Could SubscriptionClient expose such controllability to caller?
Hi @JingJing Gu
As discussed right now there is no property on SubscriptionClient that expose the priority of the threads.