Wednesday, February 28, 2018

Re: django-channels: WebSocketBridge options

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, 2018 at 9:30 AM, nferrari <ferrari.nicolas@gmail.com> 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:

    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

--
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-users@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.

--
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-users@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/CAFwN1uoSckj7-wwbKEMFTpqc4xr%3DeOai%2BmvsRbdEMVBAb1_2VA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment