Closed gregmax17 closed 7 years ago
Hello, I am as well going through some difficulties with this library.
but for your case did you try changing both the client and the server?
in 01-basic.html you should add :
var chatRoom = client.join("something");
@msqaddura which difficulties are you going through?
@gregmax17 please upgrade to the latest versions of client and server. This error might've been an issue that has been fixed already. You can register as many rooms as you'd like and with any name.
Cheers!
@endel by my side all problems are solved, they were mainly due to migration and moving to es6. @gregmax17 to confirm @endel I have tried your case but did not get any error (so should be fixed now), only i would say is to add your room on the frontend as well
I'm closing this for inactivity. Feel free to re-open this issue if you need to.
In the
index.ts
file, I'm setting these lines from this:to this:
Will always result to this error:
It appears the room must be named "chat". Is this the expected behavior, must the room always be called "chat"?