We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I started chat server but I can't login using unity sample. There's no response after clicked login button. Web version is OK.
I checked the host and port it's the default value 127.0.0.1 and 3014, same as the web version.
What's the possible reason?
The text was updated successfully, but these errors were encountered:
I was having the same issue. It's because they specify the wrong chat server in the readme. I think they are mixing up websocket with socket.io.
If you had installed: https://github.com/NetEase/chatofpomelo
Then you need to connect to your server using https://github.com/NetEase/pomelo-unitychat
Btw can anyone suggest which is best ?
Sorry, something went wrong.
omg! The readme file is wrong of it's server code. I use this "chatofpomelo-websocket" It works well
https://github.com/NetEase/chatofpomelo-websocket
Thanks for sharing the solving solution. It wasted us so much time. Still can't login on another error: #3
No branches or pull requests
I started chat server but I can't login using unity sample. There's no response after clicked login button.
Web version is OK.
I checked the host and port it's the default value 127.0.0.1 and 3014, same as the web version.
What's the possible reason?
The text was updated successfully, but these errors were encountered: