ulluoink

Results 9 comments of ulluoink

@yonzhan anything new here?

any news? did the "API management service team " looked into this?

i am of course not allowed to share oine of our repositories. it happens everytime we execute the given commands (see above) in each repository we use. it happens since...

- timer triggered Azure Function .net 8 isolated worker - this function is triggered and then loads via Azure.Messaging.ServiceBus 7.17.5 ServiceBusClient.Acceptnextsession the sessions from a servicebus topic subscription. we of...

The problem seems to be in ServiceBusSessionReceiver.cs in CreateSessionReceiverAsync. https://github.com/Azure/azure-sdk-for-net/blob/c8ebad5166df3b460b5297fb0cb3193c437f2632/sdk/servicebus/Azure.Messaging.ServiceBus/src/Receiver/ServiceBusSessionReceiver.cs#L63 when await receiver.OpenLinkAsync(cancellationToken).ConfigureAwait(false); throws the ServiceBusException because of the ServiceTimeout this is not catched because the "isProcessor" parameter of CreateSessionReceiverAsync...

Hi @jsquire , concerning the codeblock I shared: I think it is just not correct that you handle the ServiceBusException in a different way here - you already catch the...