DM_

Results 13 comments of DM_
trafficstars

same error here. ```python File "/Users/dev/Library/Caches/pypoetry/virtualenvs/proj/lib/python3.7/site-packages/aiohttp/client.py", line 536, in _request req, traces=traces, timeout=real_timeout File "/Users/dev/Library/Caches/pypoetry/virtualenvs/proj/lib/python3.7/site-packages/aiohttp/connector.py", line 543, in connect proto = await self._create_connection(req, traces, timeout) File "/Users/dev/Library/Caches/pypoetry/virtualenvs/proj/lib/python3.7/site-packages/aiohttp/connector.py", line 904, in...

> 不过我发现你截图里只是个警告,也没有导致编译失败 截图里是我进到现在线上的image里查看composer版本时的警告,你拿着上面说的dockerfile再编译一遍就会发现问题了。

can we get PR https://github.com/aio-libs/aioredis-py/pull/1129 in this, fixes #1121? @seandstewart @Andrew-Chen-Wang

@mxschmitt There are too many calls to `asyncio.create_task` in the implementation of python, and these calls may cause race issues, such as the processing of `dialog`. I want to re-check...

I'm on vacation these days and will check again later.

@mxschmitt ready for review, this PR contains: 1. fix `asyncio.create_task` fire-and-forget usage include `keep reference to the task` for gc issues like `Task was destroyed but it is pending!`. 2....

@mxschmitt any thoughts about this? should I split the patch for `AsyncIOEventEmitter` on another PR or something else?

@mxschmitt sorry for delay, it can't try await ... /except in listener. if we change handler to `async def`. it will broken sync api here. https://github.com/microsoft/playwright-python/blob/e6a7a37ee7e5331bf6ff9c7c08e6b56e566219c2/playwright/_impl/_connection.py#L409-L418 probably should add `_emit_sync`...