-
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…
-
### 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
…
-
### 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…
-
**Description of the bug**
When running `pytr dl_docs ./` it ends with `BaseEventLoop.create_connection() got an unexpected keyword argument 'extra_headers'`. This is caused by a change in the "webso…
-
## Summary
To build an asyncio-based Python [client for parsing](https://github.com/fedya-eremin/stonfi) and interacting with Stonfi DEX's API.
## Bounty Context
_Why it's Important?_
Creati…
-
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…
-
The write_property method is not sending BACnet packets as expected. While read operations work correctly, write operations fail silently with no packets visible in Wireshark.
### Reproduction St…
-
# 🐛 Bug Description
In CI, it seems like the builds fail periodically because of sequence number synchronization issues (usually because we aren't waiting on the sequence number), or it may be poss…
-
In https://mail.python.org/pipermail/async-sig/2016-June/000033.html Ben Darnell asked for `asyncio.timeout()` removing.
I understand the problem (hopefully).
But the timeout context manager is very…
-
### Description
Right now asyncio support in accelerated DAGs uses a slightly different codepath from normal DAGs:
- you need to specify `enable_asyncio=True` in `dag.experimental_compile()`
- you …