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 ReconnectingWebsocket >

Re: django-channels: WebSocketBridge options

2018-02-28 Thread Andrew Godwin
Hi Nicolas, It's likely just an oversight in the coding. We're actually in the process of removing official support for that JavaScript code as we have nobody to maintain it, so I suggest you either clone it and modify it yourself or use ReconnectingWebSocket directly. Andrew On Wed, Feb 28, 201

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