Closed drewrawitz closed 2 years ago
Correct, you cannot use a period in channel groups for pubnub, you can try using underscore or another character instead. Here is the documentation for reference -> https://www.pubnub.com/docs/channels/subscribe#channel-groups
@raipubnub I did use an underscore for the channel group. The periods are in the channels which is used as an example in the docs link we both referenced.
Oh, I apologize, I didn't read the details. Was thinking this was the channel group naming issue.
I asked around and it looks like you can enable the ability to add channels with a .
to channel groups by contacting the support team. https://support.pubnub.com. This may get enabled by default in the future but for existing accounts with the issue you can check with support for now.
Hello,
I'm trying to follow the documentation for adding channels to a channel group, and even using the exact same code outlined in the docs:
from: https://www.pubnub.com/docs/channels/subscribe#channel-groups
I get the following error:
If I remove the periods and just do
['chatsroom1', 'chatsroom2', 'alertssystem']
then it works just fine. Any reason why this would be erroring out? I'm under the impression that the period in channel names is valid, and even recommended.Any help is appreciated. Thanks!