I am publishing messages to Azure service topic which has 3 subscribers. I am using Microsoft.Azure.ServiceBus and its topic client and subscription client classes. For some reason two out of 3 subscribers are receiving every other message.
I am using this article to setup subscribers https://damienbod.com/2019/04/24/using-azure-service-bus-topics-in-asp-net-core/
Any ideas about where to look for the issue will be very helpful