Hi.
I am only getting this error under small load when calling PeekAsync() on a queue using MessageReceiver.
"Operation is not completed within the specified time 0 out-connection 5436"
I cannot find any information related to it anywhere. Could anyone please help me troubleshoot this error?
My setup is like this:
1. A singleton service that makes all the calls to service bus. In it I have instance variables for MessageSender and MessageReceiver.
2. A HttpTrigger function that puts a message to the queue and does some peeking. This function calls singleton service methods.