crmepham / socket.chat

Secure and private chat service using Websockets.
GNU General Public License v2.0
6 stars 2 forks source link

After choosing unique name after "name already taken" prompt - user does not receive messages from server #9

Closed crmepham closed 9 years ago

crmepham commented 9 years ago

To recreate: 1) open browser tab and login with username "abc". 2) open a 2nd browser tab and attempt to login with username "abc". 3) Enter username "abcd" and enter chat room.

No messages from the server are received i.e:

No welcome message User list is not updated Messages from other users are not received

Messages sent are received by other users.