-
![asyncio-71](https://user-images.githubusercontent.com/52480090/138293652-117d0221-879b-4125-90e4-d68f5818612a.png)
c1ino updated
3 years ago
-
Hi,
I find this module very useful and promising - however more and more of my code is getting `asyncio` based. Wouldn't it be nice if `limit` decorator could be `asyncio` compliant?
It seems li…
-
Windows 11 23H2 25915
Python 3.8.5
Unsure if this first part is a part of the issue or my ~~cat~~ panda printer not being supported, but first off it can't find my device automatically, and when s…
-
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
-
### 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?
…
-
在运行一段时间(可能是接收到某些特殊字符?)(具体原因未知)后出现接收到每条消息都出现database is locked 报错
![image](https://github.com/user-attachments/assets/f6e7a7ba-660f-4941-8692-5f9d951b5bf8)
![image](https://github.com/user-attachment…
-
### 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
…
-
![Screenshot_2024-11-06-16-21-26-888_com server auditor ssh client](https://github.com/user-attachments/assets/ed179150-2319-4e0a-9943-bcfa0c01c5da)
-
### Describe the bug:
This is a tricky bug for me. It only happens on PC, not on Mac.
I'm not using any async code.
I'm not using it in a notebook.
I am using proxies.
### Screenshots:
Non…
-
I was wondering if you had any plans on moving the library to asyncio and aiohttp, and in general putting effort into making the library asynchronous? Thank you, Daniel!