vue-websocket icon indicating copy to clipboard operation
vue-websocket copied to clipboard

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

Open sirb0rab0g1 opened this issue 8 years ago • 1 comments

sirb0rab0g1 avatar Sep 28 '17 05:09 sirb0rab0g1

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

https://github.com/icebob/vue-websocket/blob/4a7e5136863a5216a5f8befec4923a6f43c8e942/src/index.js#L18-L21

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?

brhx avatar Sep 02 '18 12:09 brhx