Exception The lock supplied is invalid. Either the lock expired, or the message has already been removed from the queue in Azure
My application is subscribed to an Azure service bus topic. I do some processing when the service receives a message, It works as expected when the processing time is small. But when it takes much time, my services start receiving…