rpaschoal / ng-chat

💬 A simple facebook/linkedin lookalike chat module for Angular applications.
MIT License
155 stars 92 forks source link

How to implement many to many chat window #164

Closed sandys6294 closed 4 years ago

sandys6294 commented 4 years ago

My problem is when I am creating a user using your command prompt I am able to create one user per chrome tab. But i want to create more than one user from the same tab and the communication should be based on the UserId instead of ConnectionId which i have changed but then also I am facing issue. Please help me with this genius.

rpaschoal commented 4 years ago

@sandys6294 I am unsure on how to help, but as far as I could understand from your message, I believe ng-chat might not be the best tool to solve your problem. This module was designed to be used by only one user per window/tab.