-
The implementation of `LiquidHandler._run_async_in_thread` is not working if the called method actually performs some async stuff.
MWE:
````python
# %%
from dummy_backend import DummyBackend
…
jrast updated
3 weeks ago
-
Both me and another student have problems with using Python 3.8, probably caused by an asyncio implementation problem.
```
Traceback (most recent call last):
File "./revolve.py", line 69, in
…
-
### The problem
After reboot my HA I'm getting a error for Tuya integration, failed to start, I tried to disable, reboot several times... I can see a time out error on logs, someone can help here?
…
-
**Problem Statement**
The Python SDK uses synchronous IO through the requests library today. With Python's threading model, it is not possible to write performant, parallelizable applications using t…
-
I'm using django and the asyncio Redis client. I want to share a connection pool across my requests. Thus, I initialize the connection pool centrally in my Django settings. I'm using Redis as a distri…
-
Home Assistant
Core 2024.7.3
Supervisor 2024.06.2
Operating System 12.4
`WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open with args ('/root/.netrc',) inside the eve…
demey updated
3 weeks ago
-
### System Info / 系統信息
ubuntu20.0.4
NVIDIA-SMI 535.104.05
Driver Version: 535.104.05
CUDA Version: 12.2
### Running Xinference with Docker? / 是否使用 Docker 运行 Xinfernece?
- [ ] doc…
-
From #2481:
[@mhsmith] Should we add a test to the Toga testbed to cover asyncio network access, since both Android and WinForms have their event loop implementations in this repository?
[@freak…
-
### Describe the bug
There is no problem using asyncmy
There is a "RuntimeError: Event loop is closed" error when using aiomysql
Am I using it incorrectly? What's wrong?
### To Reproduce
…
-
**Is your feature request related to a problem? Please describe.**
Concurrency has been popular for IO heavy applications like EFB. There’s a wide range of frameworks like `aiorequests` / `telethon…