We have recently upgraded to the latest version of the ServiceBus SDK and we started to get TimeoutExceptions during SendAsync queue operations.
This only happens from the servers that only have Send to the queue (no receive), the servers that listen don't exhibit this problem.
We re-use the Queue client (as a singleton within the process) When you restart the process, it starts to work properly but then less than an hour later all our SendAsync calls throw TimeoutException
This problem doesn't happen with SDK v 4.1.3, but happens with both 4.1.5 and 4.1.6, so something definitely broken starting 4.1.5
Anyone else having this issue? Anything specific we should be doing to upgrade to the latest version?