-
### 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
…
-
### Confirmation
- [X] I have read the [README.md](https://github.com/Taxel/PlexTraktSync#readme) on the project homepage
- [X] I have checked if identical issue already exists
- [X] I have tried dow…
-
## 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…
-
**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…
tjalb updated
2 weeks ago
-
# 🐛 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…
-
Upon a normal exit, there are asyncio errors of the form
```
Exception in callback TransportBase._connect_done(>)
handle: )>
asyncio.exceptions.CancelledError
During handling of the above excep…
-
Just an idea for discussion.
`concurrent.futures.Future` is more compatible with other framework. Especially it can be converted to asyncio future directly by `asyncio.wrap_future` that make it eas…
-
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!
-
### 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 …
-
In the new websockets v14, most things are re-exported on the base `websockets` module, which makes imports easy, I can do `from websockets import serve, ConnectionClosed, broadcast` for instance.
…