-
![image](https://github.com/user-attachments/assets/b6fabab2-229a-497b-b5e9-65c8d484bf9c)
asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
不设置的话,
![image](https://github.com/…
-
![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…
-
```
Traceback (most recent call last):
File "C:\Users\sloopjohnb\Downloads\ArchivedUltimaScraper-7.6.1\start_ofd.py", line 104, in
asyncio.run(main())
File "C:\Users\sloopjohnb\AppData\Lo…
-
Hello,
I maintain a BACnet-based test framework in python at my company that uses MBS's BTF as a basis for communicating over the network, but I was interested in switching to bacpypes because it's…
-
Dear Rospogrigio,
I noticed today that a Tuya wifi light was unavailable in the Localtuya integration for over 14 hours, while it was still available in the Tuya integration.
Thinking I might ha…
-
Hi,
Aside from the now fixed #881, I still run into some async + interrupt issues. I'm not 100% sure if I need to do something differently or there is a way to do what we mean.
The following is …
-
### The problem
Logger: homeassistant.util.loop
Source: util/loop.py:77
First occurred: 7:19:20 PM (1 occurrences)
Last logged: 7:19:20 PM
Detected blocking call to import_module with args ('ho…
-
```
2024-10-16 20:43:23.006 WARNING (MainThread) [homeassistant.helpers.frame] Detected code that calls async_forward_entry_setup for integration iqua_softener with title: iQua SL00285A213634 and ent…
-
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!