-
**Is your feature request related to a problem? Please describe.**
I have a larger async python app, and I'd like to establish signalr connections without blocking my event loop. To my best knowledge…
-
-
hi, I want to start a job in python but not wait for the response. How can I achieve this?
```
parser = LlamaParse(
webhook_url=webhook_url
).load_data(file_path=path)
```
-
Python invokes are currently internally blocking (and thus serialised) in many cases, even though they return `Awaitable`s. This is a holdover from when the SDK was first written before `async` suppor…
-
`azure-sdk-for-python` uses its own `_pyamqp` implementation that is specifically targeting the behavior of Azure Servicebus instead of a generic implementation of AMQP 1.0. LocalSandbox does not clos…
-
looks like new sdk version uses 'async' parameter which causes a syntax error in Python 3.5 and above
this is not the case with previous sdk versions: 9_4_0 and 9_5_0 but it starts with 9_6_0
ex…
-
Not entirely sure how this should work or if it's a use case you want to support.
Problem:
- I have a long-running script that takes 10 files as input; most of the time is spent waiting for networ…
smuun updated
1 month ago
-
11-25 16:39:03 [ERROR] nonebot | Discord | Failed to get gateway info.
Traceback (most recent call last):
File "D:\编程专用\discordbot\.venv\lib\site-packages\httpx\_transports\default.py", line 72, in …
-
I've completely reworked python-gitlab to be async-compatible: https://github.com/vishes-shell/python-gitlab :
- code it fully async compatible via awesome [`httpx`](https://github.com/encode/http…
-
Given that there is now "official" guidance from MongoDB Inc. on using their official async python library for mongodb, i.e. [motor](https://pypi.org/project/motor/), with FastAPI, explore pros/cons o…