Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chat messages sent by uid are not shown in chat windows opened by the same uid #213

Closed
julianlam opened this issue Aug 27, 2013 · 0 comments
Assignees
Milestone

Comments

@julianlam
Copy link
Member

Repro Steps

If "A" has two browser windows open, and "B" sends a message to A, two chat windows open for "A", one on each browser.

If "A" then sends a message to "B", the other browser window does not show that message sent.


Easiest solution may be to simplify the logic:

  • Remove client-side update of chat window on message send
  • Remove "did I sent this message? if so, do nothing" logic on client, if it even exists
  • Add behaviour to disable text input while waiting for socket return, to prevent spamming (maybe add a loader icon as well)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants