Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Group name must be a valid unicode string containing only ASCII alphanumerics, hyphens, or periods. #9

Open
sirb0rab0g1 opened this issue Sep 28, 2017 · 1 comment

Comments

@sirb0rab0g1
Copy link

sirb0rab0g1 commented Sep 28, 2017

No description provided.

@sam3d
Copy link
Collaborator

sam3d commented Sep 2, 2018

This is part of the conf.namespace that gets passed directly to the socket.io-client package.

let conf = this.$options.socket;
if (conf.namespace) {
this.$socket = IO(conf.namespace, conf.options);
}

I'll update and test the latest version, but ultimately I'm not entirely sure what your issue is @sirb0rab0g1. Is this an error message you're getting? Are you providing a group name that conforms to the above specification but are still receiving the error?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants