Alexey Vaganov
Alexey Vaganov
The cursor closes the connection incorrectly. I'm not sure it should do it at all. Code example: ```python logging.basicConfig(level=logging.DEBUG) pool = await asynch.create_pool(maxsize=1) async with pool.acquire() as conn: assert conn._is_closed...
Умная лампочка Яндекса 2 (YNDX-00010) добавляется только как объект, без устройства. Яндекса Станция при этом добавляется нормально. Из-за этого не могу добавить лампочку в сцену. Других устройств яндекса нет, поэтому...
### Describe the bug Client raises `asyncio.TimeoutError`, although according to the documentation it seems that [`aiohttp.ServerTimeoutError`](https://docs.aiohttp.org/en/stable/client_reference.html#aiohttp.ServerTimeoutError) should be raised. ### To Reproduce 1. Run `nc -l 8000` 2. Run: ```python...
Fixes #335 - fixes # Checklist: - [ ] Add tests that demonstrate the correct behavior of the change. Tests should fail without the change. - [ ] Add or...