-
## Introduce `App` first in README / Docs intro.
* Promote the `app = App()` style, but then go on to demonstrate plain ASGI style example, and discuss design philosophy of "everything is just ASGI…
-
### Feature description
Oftentimes, I'll start up Ragna like so to create a log:
`ragna api 2>&1 | tee ragna.log`
I can then `grep` the log to find errors or exceptions:
`grep -i -P -B1 "E…
-
### System Info / 系統信息
- vllm 0.5.3
- transformer 4.44.0
- torch 2.3.1
### Who can help? / 谁可以帮助到您?
@sixsixcoder @zr
### Information / 问题信息
- [X] The official example scripts / 官方的示例脚…
-
We have used flask and fastAPI for writing servers in python. The recommended way to deploy python web servers seem to use WSGI HTTP Server or ASGI HTTP servers. I am not sure what role they play exac…
-
按照 01-GLM-4-9B-chat FastApi 部署调用.md 调用报错
INFO: 127.0.0.1:13068 - "POST / HTTP/1.1" 500 Internal Server Error
ERROR: Exception in ASGI application
Traceback (most recent call last):
File "…
-
currently in quart-trio a failure in the app.nursery is swallowed and the web server continues unabated
https://gitlab.com/pgjones/quart-trio/-/issues/21
once an ASGI app acknowledges a lifespa…
-
正如我在下面提到的
https://github.com/MingxuanGame/OneBot-CAI/blob/e0cc4ac9ad695f19b247a6d27b022853c94bf0ff/onebot_cai/connect/utils.py#L128-L137
在 [ASGI 规范](https://github.com/django/asgiref/blob/main/s…
-
This package currently treats lifespan protocol as mandatory - if the application raises an exception in a lifespan.startup message, it treats the testclient as failed.
The [ASGI spec states](https…
-
Daphne is not necessarily the best choice of ASGI server for production environments.
It would be nice to switch to an alternative, such as uvicorn.
-
Implement an additional `on_finalize()` middleware method for ASGI and WSGI that is called immediately before the response body is returned to the server. This can be used by apps to implement protoco…