One or more namespaces failed to connect #783
-
Hi everybody, I'm writing integration tests and I am trying to connect to the server being tested with the following code:
Server side I get this log:
As you can see the server and the client do talk to each other briefly, but then something goes wrong. On the server there is a handler correctly registered for the 'connect' event in the TEST namespace (it doesn't get executed at all), and in general very similar code has worked fine in other circumstances, so I am a little bit stumped at what might be causing this and the JSON-related error is quite mysterious to me. Do you have tips and tricks to share on how to debug this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Namespaces must begin with a slash. Use |
Beta Was this translation helpful? Give feedback.
Namespaces must begin with a slash. Use
/TEST
.