serg666

Results 1 comments of serg666

Hi, guys! Any news about this issue? I have the same problem: ```python import asyncio import aioamqp async def connect(): transport, protocol = await aioamqp.from_url('amqp://gateway:[email protected]:5672/gateway') print("connected !") await asyncio.sleep(10) print("close...