You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, it's not able to connect to any channel, can you help take a look see what was wrong with my configuration? Thanks.
Edit:
If I want to specify a fixed list of channels, then I got this error: stream error: bad-request: Invalid request: Channel limit exceeded.
it seems the maximum number of channels I can specify is 10, how do I specify more than 10 channels?
The text was updated successfully, but these errors were encountered:
And I'm not sure {obj_id} gets substituted for anything here:
context['url'] ='/events/{obj_id}'
Regarding the channel limit, indeed it is limited to 10 per connection. It would probably not be hard to make this configurable, but a large number could impact scalability. How many channels are you needing?
Hi,
I tried to specify a list of dynamic channels using formatting based on view keywords, the configuration looks like below:
in my views.py, I have this:
However, it's not able to connect to any channel, can you help take a look see what was wrong with my configuration? Thanks.
Edit:
If I want to specify a fixed list of channels, then I got this error:
stream error: bad-request: Invalid request: Channel limit exceeded.
it seems the maximum number of channels I can specify is 10, how do I specify more than 10 channels?
The text was updated successfully, but these errors were encountered: