django-channels: WebSocketBridge options

24 views
Skip to first unread message

nferrari

unread,
Feb 28, 2018, 12:30:45 PM2/28/18
to Django users
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.WebSocketBridge({maxRetries: 5});

or

    var webSocketBridge = new channels.WebSocketBridge();
    webSocketBridge
.maxRetries = 5;

Did I miss something or is it a conception choice?

Nicolas

Andrew Godwin

unread,
Feb 28, 2018, 1:25:00 PM2/28/18
to django...@googlegroups.com
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

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/935cd6f7-ac2e-4e7a-be04-6462bd4e2a3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

nferrari

unread,
Mar 1, 2018, 4:34:53 AM3/1/18
to Django users
Understood! Thank you
Reply all
Reply to author
Forward
0 new messages