Cannot login to chatofpomelo server
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?
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 ?
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: https://github.com/NetEase/pomelo-unitychat-socket/issues/3