ninesystems / node-chat-one-to-one

Node.js socket-io based one to one chat engine
MIT License
55 stars 35 forks source link

Chat fails if join more than two members #2

Open eldhoseelias opened 5 years ago

eldhoseelias commented 5 years ago

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

post2seth commented 5 years ago

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

ghost commented 4 years ago

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

Dave1810 commented 4 years ago

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

ghost commented 4 years ago

@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.