Hello,
I am using na Azure Queue to send/receive messages.
In order to receive them, I am using the approach suggested on the Azure tutorials (very simple).
My code keeps waiting for messages on the queue with QueueClient.Receive() method. In case queue is empty, this method does not return immediately and I would like to know if there is an internal timeout or configuration for this time keeps longer.
Thank you,
Igor
.NET Software developer for industrial internet and automation system.