I’m trying to read messages from Azure ServiceBus Topics using async/await and then forward the content to another application via HTTP. My code is simple: I want to look for messages (forever) from various topics and when a message arrives send the POST. I import the aio package from azure which should work in an async way. After many attempts,