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 
> :
>
> 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+unsubscr...@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/45e53cae-5b81-458a-a58e-f5aca80b25b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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, 2018 at 9:30 AM, 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
> :
>
> 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+unsubscr...@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+unsubscr...@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.


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.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+unsubscr...@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.