Re: django-channels: WebSocketBridge options

2018-03-01 Thread nferrari
Understood! Thank you On Wednesday, February 28, 2018 at 6:30:45 PM UTC+1, nferrari wrote: > > Hello, > > It seems that it is not possible to pass options to ReconnectingWebsocket > through WebSocketBridge. I'd like to do able to do so, like it's possible > with Rec

django-channels: WebSocketBridge options

2018-02-28 Thread nferrari
Hello, It seems that it is not possible to pass options to ReconnectingWebsocket through WebSocketBridge. I'd like to do able to do so, like it's possible with ReconnectingWebsocket : var webSocketBridge = new channels.WebSocke

Re: Channels 1.x

2018-02-28 Thread nferrari
use backends that auto-cleanup) > > Andrew > > On Tue, Feb 27, 2018 at 11:00 AM, nferrari > wrote: > >> Hello, >> >> I'm using django-channels for some months and I'm observing a behaviour >> for which I don't know if it's a norma

Channels 1.x

2018-02-27 Thread nferrari
Hello, I'm using django-channels for some months and I'm observing a behaviour for which I don't know if it's a normal one, or a misconfiguration from my side. Here is my pretty simple consumer : # Connected to websocket.connect @channel_session_user_from_http def ws_task_connect(message): i