Wednesday, February 28, 2018

django-channels: WebSocketBridge options

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.

No comments:

Post a Comment