Azure service bus message auto renewal not working
I have a python service which uses azure service bus topic for sending and receiving messages. I am using azure-servicebus==7.12.2. Max timeout I can set on azure portal is 5 minute, but the processing for the message on topic take…