Re: Django Channel asgi specs - question on how to handle a websocket connection

2017-01-03 Thread Oskar Hahn
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

Re: Django Channel asgi specs - question on how to handle a websocket connection

2017-01-03 Thread Andrew Godwin
On Mon, Jan 2, 2017 at 1:10 PM, Oskar Hahn wrote: > 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 think it's th