cannot add channel to group named channel_name #1689
Unanswered
aryaniyaps
asked this question in
Help!
Replies: 3 comments
-
What is the channel name? |
Beta Was this translation helpful? Give feedback.
0 replies
-
print(self.channel_name)
>>> specific.d8badfcd25af40728ba1d2d1cea4efbf!ad4a18d60be74b3dad7f916a69c82aad @carltongibson here it is |
Beta Was this translation helpful? Give feedback.
0 replies
-
So this'll will be the issue:
Remove the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my consumer, on connect, I add the user to their own private channel.
As the user is anonymous when connecting, I use the channel_name as an identifier and create a private channel with it.
something like this.
However, I am getting ASCII string errors.
traceback:
If I cannot use the channel_name as a unique identifier, are there any alternatives?
If I am not wrong, this was the recommended way of adding users to their own channels earlier.
Beta Was this translation helpful? Give feedback.
All reactions