Hello,
We are running into a bit of an issue using queues on an Azure Service Bus from a Web App.
When doing AcceptMessageSession from a QueueClient there is a TimeoutException happening if there is no MessageSession in a minute. This is fine and we handle these errrors.
The problem is that we also get FaultExceptions related to the timeout and we have not been able to understand them.
Has anyone experienced this? Would you have any clue as to how we could correct this?
Thank you.
Maël