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

Signaling messages wrong when conversation is switched #9615

Closed
SystemKeeper opened this issue May 24, 2023 · 1 comment · Fixed by #9689
Closed

Signaling messages wrong when conversation is switched #9615

SystemKeeper opened this issue May 24, 2023 · 1 comment · Fixed by #9689
Assignees
Labels
1. to develop bug feature: chat 💬 Chat and system messages feature: frontend 🖌️ "Web UI" client feature: signaling 📶 Internal and external signaling backends
Milestone

Comments

@SystemKeeper
Copy link
Contributor

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Steps

  1. Join Room1
  2. Start typing
  3. Switch to Room2 before the typing indicator timed out

Expected behaviour

  • There should be a stoppedTyping message send to Room1 before the room is left.
  • No message is send to Room2.

Actual behaviour

  • No message is send to Room1
  • There is a startedTyping(!) message send to Room2

Could be related to #9604

Talk app

Talk app version: Sermo -> I don't think #9603 fixes these cases

@SystemKeeper SystemKeeper added 1. to develop bug feature: chat 💬 Chat and system messages feature: signaling 📶 Internal and external signaling backends feature: frontend 🖌️ "Web UI" client labels May 24, 2023
@SystemKeeper SystemKeeper added this to the 💙 Next RC (27) milestone May 24, 2023
@nickvergessen
Copy link
Member

#9604 is about received typing messages from others. So this here might be different (although still partly related)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop bug feature: chat 💬 Chat and system messages feature: frontend 🖌️ "Web UI" client feature: signaling 📶 Internal and external signaling backends
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants