Closed AceHack closed 5 years ago
@AceHack - do you see this issue when sending messages after a long while. Inactive connections may be closed depending on how you set up the connection.
could you share a repro?
It’s random, I’m just sending a 20 byte message in a loop every one second. Also there is a message lock exception that happens sometimes too.
Also, the abstraction for TopicClient is an always working connection. I should not see any errors unless there are actual network errors, it uses fault tolerant amqp connection underneath. I'm using the default retry strategy as well so it should have handled this.
Also there is a message lock exception that happens sometimes too.
Lock exception on a message sent out?
if you still see this issue, please open a support ticket. closing this issue for now.
Actual Behavior
1 messageList) at Microsoft.Azure.ServiceBus.RetryPolicy.RunOperation(Func
1 operation, TimeSpan operationTimeout) at Microsoft.Azure.ServiceBus.RetryPolicy.RunOperation(Func1 operation, TimeSpan operationTimeout) at Microsoft.Azure.ServiceBus.Core.MessageSender.SendAsync(IList
1 messageList) at Arch.TestService.ServiceBusTest.RunAsync() in /build/src/Arch.TestService/ServiceBusTest.cs:line 131Expected Behavior
Versions