Hi,
I am not sure, if I understand your proposal correctly. Do you mean, the
asgi server has to listen only to one channel or do you mean it has to
listen to one channel of any channel-type?
So with redis, do I have to call
"BLPOP LOCALID TIMEOUT"
or do I have to call
"BLPOP http.response.PROC
Hi Alexander,
if you need an asgi-server, that currently supports body_channel, then
you can use https://github.com/ostcar/geiss
Oskar
Am 19.03.2017 um 19:15 schrieb Andrew Godwin:
> Hi Alexander,
>
> I believe Daphne does not yet implement body_channel support for large
> HTTP requests, just
Thanks. I updated my code accordingly. But I open the websocket
connection after one second if the python application does not send an
Send/Close/Accept message. In other case the software would not be
compatible with the examples in
https://github.com/andrewgodwin/channels-examples
I uploaded th
Hi,
this is a question on how to interpret the asgi specs of django channels:
https://channels.readthedocs.io/en/latest/asgi.html
If this is the wrong place to discuss it, then please point me to the
right place.
I used some free time to learn the language "go" and tried to write a
protocol ser