AWS IoT Python SDK and asyncio
问题 I need to use AWS IoT MQTT service. I am doing some experimenting with https://github.com/aws/aws-iot-device-sdk-python currently. My application will be using websockets to communicate with another service, and then publish / subscribe to MQTT topics to forward / receive messages. Is it likely that this library will be blocking code execution? I still try to get my head around asyncio, and not sure what things I should be looking out for. How do I know if it will cause problems? I believe I