daphne
daphne copied to clipboard
Django Channels HTTP/WebSocket server
It would be nice if Daphne could provide an api for runtime metrics for things like messages/active connections. I imagine this could be built from 2 api's, one providing a...
Hi I am facing an issue which I am trying to resolve for quite a long time now. **Background** The integration of Daphne with Django and Channels "was working" fine...
Setup `daphne` with `supervisord` and `nginx` as shown in the docs is working. https://channels.readthedocs.io/en/latest/deploying.html#nginx-supervisor-ubuntu But changing from TCP to UNIX socket for the `fcgi` process group results in `daphne` not...
OS: windows 10 or windows server 2008r Python: 3.8, Daphne: latest, Django: 3.1 I build a **websocket project with Django**, and use **Daphne as the ASGI webserver**. Considering the OS...
I want to add `permessage_deflate` Websocket extension support for `django_channels` consumer/server. Server has to provide supported extensions in the headers of handshake response, e.g. `Sec-Websocket-Extensions: permessage-deflate`. [ASGIREF documentation](https://asgi.readthedocs.io/en/latest/specs/www.html#accept-send-event) states, that...
The same problem was fixed in version 1.4.0 (see #133), but seems like it reappeared with a subtle change. **Summary:** If the port is already in use, daphne exits silently...
This was present in the old version of Channels. The changelog says: 0.9.4 (2016-03-08) ------------------ * Worker processes now exit gracefully (finish their current processing) when sent SIGTERM or SIGINT....
Daphne does not seem to clean up after incomplete HTTP POST requests. Back story: Twisted handles POST requests by saving the body to either the disk or memory, depending on...
Hi, I'm currently seeing a lot of such errors in my Daphne logs in production. I'm not fully sure if this is a generic Channels issue, a Daphne one, or...
I was trying to upgrade our supervisor directive to use the one in the documentation, but forgot to check that the directory holding the `sock` files existed. Supervisor logs were...