ninesystems/node-chat-one-to-one

Chat fails if join more than two members

eldhoseelias opened this issue · 4 comments

there are three people joined and communicate each other ..the system will fail

Thanks for reporting, i am working hard to rewriting the code with Realtime DB & Private rooms. i will release a dev version soon

@post2seth Have you fixed this issue? Because I just tried to chat with two different people and the chat window went blank.

@post2seth Hi, same issue. when three people joined and sends a chat to each other ... the system fails

@Dave1810 Hi, you can follow https://socket.io/docs/
I created my own one to one chat by going through the docs. It will help you as well.